diff options
Diffstat (limited to 'dev-java/asm/asm-4.0.ebuild')
-rw-r--r-- | dev-java/asm/asm-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/asm/asm-4.0.ebuild b/dev-java/asm/asm-4.0.ebuild index 225d7825543a..45d6bd1ba7fd 100644 --- a/dev-java/asm/asm-4.0.ebuild +++ b/dev-java/asm/asm-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" |