Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/
Date: Sat, 30 Nov 2019 21:35:24
Message-Id: 1575149712.bf05013d9efc294f178914a0530ef8f61e935cf0.slyfox@gentoo
1 commit: bf05013d9efc294f178914a0530ef8f61e935cf0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 21:35:12 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 21:35:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf05013d
7
8 media-libs/allegro: stable 5.2.5.0 for ppc/ppc64, bug #700304
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12 RepoMan-Options: --include-arches="ppc ppc64"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 media-libs/allegro/allegro-5.2.5.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/allegro/allegro-5.2.5.0.ebuild b/media-libs/allegro/allegro-5.2.5.0.ebuild
19 index 663c889ebbc..3ef0c002476 100644
20 --- a/media-libs/allegro/allegro-5.2.5.0.ebuild
21 +++ b/media-libs/allegro/allegro-5.2.5.0.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
23
24 LICENSE="BSD ZLIB"
25 SLOT="5"
26 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
27 +KEYWORDS="amd64 ppc ppc64 x86"
28 IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio test truetype vorbis webp X xinerama"
29
30 REQUIRED_USE="X? ( opengl )