diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 10:02:37 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 10:02:37 +0000 |
commit | f8a34cafd0b6be85850e845ec11c2fd702e48372 (patch) | |
tree | 48c6ed51da0f20790495ec33ccf9934049226afe /dev-java/picocontainer/picocontainer-1.0_beta4.ebuild | |
parent | Setting NOBMP until I can get around to fixing it. (diff) | |
download | historical-f8a34cafd0b6be85850e845ec11c2fd702e48372.tar.gz historical-f8a34cafd0b6be85850e845ec11c2fd702e48372.tar.bz2 historical-f8a34cafd0b6be85850e845ec11c2fd702e48372.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/picocontainer/picocontainer-1.0_beta4.ebuild')
-rw-r--r-- | dev-java/picocontainer/picocontainer-1.0_beta4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/picocontainer/picocontainer-1.0_beta4.ebuild b/dev-java/picocontainer/picocontainer-1.0_beta4.ebuild index 36196289a126..df2e676fafba 100644 --- a/dev-java/picocontainer/picocontainer-1.0_beta4.ebuild +++ b/dev-java/picocontainer/picocontainer-1.0_beta4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/picocontainer/picocontainer-1.0_beta4.ebuild,v 1.6 2004/10/16 23:09:47 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/picocontainer/picocontainer-1.0_beta4.ebuild,v 1.7 2004/10/22 10:02:14 absinthe Exp $ inherit java-pkg @@ -9,7 +9,7 @@ HOMEPAGE="http://docs.codehaus.org/display/PICO/" SRC_URI="http://dist.codehaus.org/picocontainer/distributions/${PN}-1.0-beta-4-src.tar.gz" LICENSE="PicoContainer" SLOT="1" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" DEPEND=">=dev-java/ant-1.5* >=dev-java/junit-3.8.1" |