diff options
author | 2004-11-03 11:31:43 +0000 | |
---|---|---|
committer | 2004-11-03 11:31:43 +0000 | |
commit | 6a202645158e2c12fc16bdc4ff578e9d9f68ad13 (patch) | |
tree | b55152a9b1a377fb7cc9dcbd992052ba2636f3ea /dev-java/jgraph | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-6a202645158e2c12fc16bdc4ff578e9d9f68ad13.tar.gz gentoo-2-6a202645158e2c12fc16bdc4ff578e9d9f68ad13.tar.bz2 gentoo-2-6a202645158e2c12fc16bdc4ff578e9d9f68ad13.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-java/jgraph')
-rw-r--r-- | dev-java/jgraph/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jgraph/jgraph-3.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-java/jgraph/ChangeLog b/dev-java/jgraph/ChangeLog index 68eb165bb353..e21d68450c1a 100644 --- a/dev-java/jgraph/ChangeLog +++ b/dev-java/jgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgraph # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.7 2004/10/22 08:44:30 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.8 2004/11/03 11:30:47 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> jgraph-3.2.ebuild: + depend on app-arch/unzip 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jgraph-3.2.ebuild: Keywords ~amd64. diff --git a/dev-java/jgraph/jgraph-3.2.ebuild b/dev-java/jgraph/jgraph-3.2.ebuild index a86a5905c0d9..462560b03764 100644 --- a/dev-java/jgraph/jgraph-3.2.ebuild +++ b/dev-java/jgraph/jgraph-3.2.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/jgraph/jgraph-3.2.ebuild,v 1.6 2004/10/22 08:44:30 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-3.2.ebuild,v 1.7 2004/11/03 11:30:47 axxo Exp $ inherit java-pkg @@ -10,6 +10,7 @@ HOMEPAGE="http://www.jgraph.com" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.4 dev-java/ant + app-arch/unzip jikes? ( dev-java/jikes )" RDEPEND=">=virtual/jdk-1.4" |