diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:29:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:29:58 +0000 |
commit | 7bc248378b6c5f4b321726e8b94453f0fb500237 (patch) | |
tree | 332f0d8433e67b896048352f4670e7d95e8bd71a /media-libs/allegro | |
parent | Stable for amd64, wrt bug #532208 (diff) | |
download | gentoo-2-7bc248378b6c5f4b321726e8b94453f0fb500237.tar.gz gentoo-2-7bc248378b6c5f4b321726e8b94453f0fb500237.tar.bz2 gentoo-2-7bc248378b6c5f4b321726e8b94453f0fb500237.zip |
Stable for amd64, wrt bug #526068
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/allegro/allegro-5.0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/allegro/ChangeLog b/media-libs/allegro/ChangeLog index 43ac5a75d8ba..e69fbe2d5b59 100644 --- a/media-libs/allegro/ChangeLog +++ b/media-libs/allegro/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/allegro # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.148 2014/07/28 18:30:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.149 2014/12/27 19:29:58 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> allegro-5.0.8-r1.ebuild: + Stable for amd64, wrt bug #526068 28 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -allegro-5.0.7.ebuild: old diff --git a/media-libs/allegro/allegro-5.0.8-r1.ebuild b/media-libs/allegro/allegro-5.0.8-r1.ebuild index d46045ee5486..fe837d7db8c6 100644 --- a/media-libs/allegro/allegro-5.0.8-r1.ebuild +++ b/media-libs/allegro/allegro-5.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.4 2014/06/18 19:26:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.5 2014/12/27 19:29:58 ago Exp $ EAPI=5 inherit cmake-multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" LICENSE="BSD ZLIB" SLOT="5" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama" RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) |