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/libcue/
Date: Sat, 29 Jul 2017 12:34:27
Message-Id: 1501331647.1af05fc6871d58ede0506d6973c432ab2db8dadf.aballier@gentoo
1 commit: 1af05fc6871d58ede0506d6973c432ab2db8dadf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 12:32:32 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 12:34:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af05fc6
7
8 media-libs/libcue: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/libcue/libcue-1.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libcue/libcue-1.4.0.ebuild b/media-libs/libcue/libcue-1.4.0.ebuild
16 index 40988a79c69..0c80188e0d6 100644
17 --- a/media-libs/libcue/libcue-1.4.0.ebuild
18 +++ b/media-libs/libcue/libcue-1.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
30 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sh sparc x86"
31 IUSE="static-libs"
32
33 RDEPEND=""