Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/
Date: Sat, 06 Oct 2018 18:17:11
Message-Id: 1538849821.91b01ac96bf2dd1153d8706a5ce5a557dc52764f.zlogene@gentoo
1 commit: 91b01ac96bf2dd1153d8706a5ce5a557dc52764f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 18:16:44 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 18:17:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b01ac9
7
8 media-libs/allegro: amd64 stable wrt bug #664788
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 media-libs/allegro/allegro-5.2.4.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/allegro/allegro-5.2.4.0.ebuild b/media-libs/allegro/allegro-5.2.4.0.ebuild
17 index 93adbedcd03..ec269bd77e8 100644
18 --- a/media-libs/allegro/allegro-5.2.4.0.ebuild
19 +++ b/media-libs/allegro/allegro-5.2.4.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
27
28 LICENSE="BSD ZLIB"
29 SLOT="5"
30 -KEYWORDS="~amd64 ppc ppc64 x86"
31 +KEYWORDS="amd64 ppc ppc64 x86"
32 IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio test truetype vorbis webp X xinerama"
33
34 REQUIRED_USE="X? ( opengl ) xinerama? ( X )"