summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-22 10:02:37 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-22 10:02:37 +0000
commitf8a34cafd0b6be85850e845ec11c2fd702e48372 (patch)
tree48c6ed51da0f20790495ec33ccf9934049226afe /dev-java/picocontainer
parentSetting NOBMP until I can get around to fixing it. (diff)
downloadhistorical-f8a34cafd0b6be85850e845ec11c2fd702e48372.tar.gz
historical-f8a34cafd0b6be85850e845ec11c2fd702e48372.tar.bz2
historical-f8a34cafd0b6be85850e845ec11c2fd702e48372.zip
Keywords ~amd64.
Diffstat (limited to 'dev-java/picocontainer')
-rw-r--r--dev-java/picocontainer/ChangeLog6
-rw-r--r--dev-java/picocontainer/picocontainer-1.0_beta4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/picocontainer/ChangeLog b/dev-java/picocontainer/ChangeLog
index 7a0ca43b14dd..362cec9fa3e4 100644
--- a/dev-java/picocontainer/ChangeLog
+++ b/dev-java/picocontainer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/picocontainer
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/picocontainer/ChangeLog,v 1.9 2004/10/16 23:09:47 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/picocontainer/ChangeLog,v 1.10 2004/10/22 10:02:14 absinthe Exp $
+
+ 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
+ picocontainer-1.0_beta4.ebuild:
+ Keywords ~amd64.
17 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
picocontainer-1.0_beta3.ebuild, picocontainer-1.0_beta4.ebuild:
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"