diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:49:42 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:49:42 +0000 |
commit | e792ceb7d6a0d47800099bb6ae7badfdba3b9b63 (patch) | |
tree | 7bec936d6bc1fb04d0d9189c2d251779f0c21fa6 /dev-util/weka/weka-3.4.1.ebuild | |
parent | depend on app-arch/unzip (diff) | |
download | historical-e792ceb7d6a0d47800099bb6ae7badfdba3b9b63.tar.gz historical-e792ceb7d6a0d47800099bb6ae7badfdba3b9b63.tar.bz2 historical-e792ceb7d6a0d47800099bb6ae7badfdba3b9b63.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-util/weka/weka-3.4.1.ebuild')
-rw-r--r-- | dev-util/weka/weka-3.4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/weka/weka-3.4.1.ebuild b/dev-util/weka/weka-3.4.1.ebuild index ae5dce5abccf..2a2806f44c27 100644 --- a/dev-util/weka/weka-3.4.1.ebuild +++ b/dev-util/weka/weka-3.4.1.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-util/weka/weka-3.4.1.ebuild,v 1.4 2004/10/16 18:17:32 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.4.1.ebuild,v 1.5 2004/11/03 11:49:42 axxo Exp $ inherit java-pkg @@ -10,7 +10,8 @@ HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=virtual/jdk-1.4.1" +DEPEND=">=virtual/jdk-1.4.1 + app-arch/unzip" IUSE="doc" S=${WORKDIR}/${PN}-3-4 |