diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-12 14:15:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-12 14:15:07 +0200 |
commit | 621a334ceb694682dc434fa811e2ab2bc6e9eb98 (patch) | |
tree | ed0040f485ad26e095d5178b3a60f89d099ca1fb /dev-java/icedtea-sound | |
parent | dev-ruby/actionmailer: keyword ~arm64, bug #624234 (diff) | |
download | gentoo-621a334ceb694682dc434fa811e2ab2bc6e9eb98.tar.gz gentoo-621a334ceb694682dc434fa811e2ab2bc6e9eb98.tar.bz2 gentoo-621a334ceb694682dc434fa811e2ab2bc6e9eb98.zip |
dev-java/icedtea-sound: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/icedtea-sound')
-rw-r--r-- | dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 50b1e88fed0f..8d57327bbb5f 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -12,7 +12,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" IUSE="+doc test" |