Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/
Date: Wed, 23 Sep 2015 12:53:08
Message-Id: 1443012708.aac76fe473e9c417c7d16bf74dfd633ef6ed1331.ago@gentoo
1 commit: aac76fe473e9c417c7d16bf74dfd633ef6ed1331
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:49:58 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:51:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac76fe4
7
8 media-libs/allegro: ppc64 stable wrt bug #554288
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="ppc64"
12
13 media-libs/allegro/allegro-5.0.11.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/allegro/allegro-5.0.11.ebuild b/media-libs/allegro/allegro-5.0.11.ebuild
17 index fba26f0..6d0496d 100644
18 --- a/media-libs/allegro/allegro-5.0.11.ebuild
19 +++ b/media-libs/allegro/allegro-5.0.11.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz"
21
22 LICENSE="BSD ZLIB"
23 SLOT="5"
24 -KEYWORDS="amd64 ppc ~ppc64 x86"
25 +KEYWORDS="amd64 ppc ppc64 x86"
26 IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama"
27
28 RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )