Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/
Date: Sat, 08 Jul 2017 09:20:33
Message-Id: 1499505537.d843ad4bea95d69d1c8e8f92cead950d128dbc5b.aballier@gentoo
1 commit: d843ad4bea95d69d1c8e8f92cead950d128dbc5b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 09:14:42 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 09:18:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d843ad4b
7
8 media-libs/allegro: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/allegro/allegro-4.4.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/allegro/allegro-4.4.2-r1.ebuild b/media-libs/allegro/allegro-4.4.2-r1.ebuild
16 index 1f96bfffc27..a8080d151cb 100644
17 --- a/media-libs/allegro/allegro-4.4.2-r1.ebuild
18 +++ b/media-libs/allegro/allegro-4.4.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz"
26
27 LICENSE="Allegro MIT GPL-2+ ZLIB"
28 SLOT="0"
29 -KEYWORDS="amd64 ~mips ppc ppc64 x86"
30 +KEYWORDS="amd64 ~arm64 ~mips ppc ppc64 x86"
31 IUSE="alsa fbcon jack jpeg opengl oss png svga test vga vorbis X"
32
33 RDEPEND="alsa? ( media-libs/alsa-lib )