dev-java/icedtea-bin: arm64 stable (bug #705992)
[gentoo.git] / dev-java / icedtea-sound / icedtea-sound-1.0.1.ebuild
index e533bfca4506c35c7740e3b227ae3fa905a0b418..8baacadd296d14b51994597b4dcc1d5b043e2f22 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+
 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
 
 EAPI="5"
@@ -13,15 +13,17 @@ 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"
+RESTRICT="!test? ( test )"
 
 COMMON_DEP="
        >=virtual/jdk-1.6.0
        >=media-sound/pulseaudio-0.9.11:="
 RDEPEND="${COMMON_DEP}"
-DEPEND="${COMMON_DEP}"
+DEPEND="${COMMON_DEP}
+       app-arch/zip"
 
 pkg_setup() {
        JAVA_PKG_WANT_SOURCE="1.6"