diff options
Diffstat (limited to 'dev-java/asm/asm-3.1.ebuild')
-rw-r--r-- | dev-java/asm/asm-3.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-java/asm/asm-3.1.ebuild b/dev-java/asm/asm-3.1.ebuild index abcaac85c299..739c6f349beb 100644 --- a/dev-java/asm/asm-3.1.ebuild +++ b/dev-java/asm/asm-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.1 2007/11/25 13:08:36 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-3.1.ebuild,v 1.2 2008/03/09 20:43:21 betelgeuse Exp $ WANT_ANT_TASKS="ant-owanttask" JAVA_PKG_IUSE="doc source" @@ -17,6 +17,9 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" +# Needs deps we don't have yet +RESTRICT="test" + EANT_DOC_TARGET="jdoc" # Fails if this property is not set |