diff options
author | David Holm <dholm@gentoo.org> | 2004-10-17 09:49:56 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-10-17 09:49:56 +0000 |
commit | 2508bfd88ba6e234484157600f8e7bb2d25a62da (patch) | |
tree | c81348cdb122d68544e8e2dd86482a80030fc5eb /dev-java/jclasslib | |
parent | stable on amd64. (diff) | |
download | gentoo-2-2508bfd88ba6e234484157600f8e7bb2d25a62da.tar.gz gentoo-2-2508bfd88ba6e234484157600f8e7bb2d25a62da.tar.bz2 gentoo-2-2508bfd88ba6e234484157600f8e7bb2d25a62da.zip |
Added to ~ppc
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 b3af268950eb..df14ebd56f73 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.2 2004/10/16 17:20:21 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/ChangeLog,v 1.3 2004/10/17 09:49:56 dholm Exp $ + + 17 Oct 2004; David Holm <dholm@gentoo.org> jclasslib-2.0.ebuild: + Added to ~ppc. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jclasslib-2.0.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/jclasslib/jclasslib-2.0.ebuild b/dev-java/jclasslib/jclasslib-2.0.ebuild index f6b844601db8..b5b302c1db8a 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.2 2004/10/16 17:20:21 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/jclasslib-2.0.ebuild,v 1.3 2004/10/17 09:49:56 dholm 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" +KEYWORDS="~x86 ~ppc" IUSE="doc" DEPEND=">=virtual/jdk-1.4 dev-java/ant" |