Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/
Date: Sun, 22 Nov 2015 21:00:15
Message-Id: 1448225976.75d1733bf5bfe1dfd898ef80b73122d8d99a9354.chewi@gentoo
1 commit: 75d1733bf5bfe1dfd898ef80b73122d8d99a9354
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 22 17:23:36 2015 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 22 20:59:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d1733b
7
8 dev-java/icedtea-sound: Add ~ppc64 keyword
9
10 Admittedly not tested beyond building but testing this remotely is
11 kinda hard.
12
13 Package-Manager: portage-2.2.25
14
15 dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
19 index b8f1d60..5a29f20 100644
20 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
21 +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz"
23
24 LICENSE="GPL-2-with-linking-exception"
25 SLOT="0"
26 -KEYWORDS="amd64 ~arm ppc x86"
27 +KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
28
29 IUSE="+doc test"