diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-11-22 17:23:36 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-11-22 20:59:36 +0000 |
commit | 75d1733bf5bfe1dfd898ef80b73122d8d99a9354 (patch) | |
tree | 29b9cfb87cd1c52b45f7bd610802117404836c9c /dev-java/icedtea-sound | |
parent | sys-devel/llvm: Update the patch and ebuild partially scan-* changes (diff) | |
download | gentoo-75d1733bf5bfe1dfd898ef80b73122d8d99a9354.tar.gz gentoo-75d1733bf5bfe1dfd898ef80b73122d8d99a9354.tar.bz2 gentoo-75d1733bf5bfe1dfd898ef80b73122d8d99a9354.zip |
dev-java/icedtea-sound: Add ~ppc64 keyword
Admittedly not tested beyond building but testing this remotely is
kinda hard.
Package-Manager: portage-2.2.25
Diffstat (limited to 'dev-java/icedtea-sound')
-rw-r--r-- | dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild index b8f1d60fa776..5a29f20df1b5 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86" IUSE="+doc test" |