diff options
Diffstat (limited to 'dev-java/asm/asm-3.1.ebuild')
-rw-r--r-- | dev-java/asm/asm-3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/asm/asm-3.1.ebuild b/dev-java/asm/asm-3.1.ebuild index f63d66cd1771..d70141fbae9b 100644 --- a/dev-java/asm/asm-3.1.ebuild +++ b/dev-java/asm/asm-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-3.1.ebuild,v 1.4 2008/10/23 18:33:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-3.1.ebuild,v 1.5 2009/12/28 05:29:51 josejx Exp $ WANT_ANT_TASKS="ant-owanttask" JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ HOMEPAGE="http://asm.objectweb.org" SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" |