diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 09:11:31 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 09:11:31 +0000 |
commit | 81d271493f7c3420f07da1ddae5783e7d2312ca0 (patch) | |
tree | 8f87f7475339c7fc043d4a0580a42a35df65517d /dev-java/jclasslib | |
parent | Removed cvs junk from the patch. (diff) | |
download | historical-81d271493f7c3420f07da1ddae5783e7d2312ca0.tar.gz historical-81d271493f7c3420f07da1ddae5783e7d2312ca0.tar.bz2 historical-81d271493f7c3420f07da1ddae5783e7d2312ca0.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/jclasslib')
-rw-r--r-- | dev-java/jclasslib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jclasslib/jclasslib-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jclasslib/ChangeLog b/dev-java/jclasslib/ChangeLog index df14ebd56f73..18a4970580f7 100644 --- a/dev-java/jclasslib/ChangeLog +++ b/dev-java/jclasslib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jclasslib # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/ChangeLog,v 1.3 2004/10/17 09:49:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/ChangeLog,v 1.4 2004/10/20 09:11:31 absinthe Exp $ + + 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jclasslib-2.0.ebuild: + Keywords ~amd64. 17 Oct 2004; David Holm <dholm@gentoo.org> jclasslib-2.0.ebuild: Added to ~ppc. diff --git a/dev-java/jclasslib/jclasslib-2.0.ebuild b/dev-java/jclasslib/jclasslib-2.0.ebuild index b5b302c1db8a..856f0f25ed38 100644 --- a/dev-java/jclasslib/jclasslib-2.0.ebuild +++ b/dev-java/jclasslib/jclasslib-2.0.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/jclasslib/jclasslib-2.0.ebuild,v 1.3 2004/10/17 09:49:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/jclasslib-2.0.ebuild,v 1.4 2004/10/20 09:11:31 absinthe Exp $ inherit java-pkg eutils @@ -14,7 +14,7 @@ MY_PV=${PV/./_} SRC_URI="mirror://sourceforge/${PN}/${PN}_unix_${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" DEPEND=">=virtual/jdk-1.4 dev-java/ant" |