diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-15 18:35:28 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-15 18:35:28 +0000 |
commit | f72852314360a1fd16cd16526233edc8806d88fc (patch) | |
tree | 87c3449ab8826d7d76fd500d21c717c7ff4e4950 /dev-java/poi | |
parent | Added nptlonly flag to emul-linux-ppc-glibc (diff) | |
download | gentoo-2-f72852314360a1fd16cd16526233edc8806d88fc.tar.gz gentoo-2-f72852314360a1fd16cd16526233edc8806d88fc.tar.bz2 gentoo-2-f72852314360a1fd16cd16526233edc8806d88fc.zip |
dep fixes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/poi')
-rw-r--r-- | dev-java/poi/poi-2.5-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-java/poi/poi-2.5-r2.ebuild b/dev-java/poi/poi-2.5-r2.ebuild index 3451eb88c8b1..6af94082aaa1 100644 --- a/dev-java/poi/poi-2.5-r2.ebuild +++ b/dev-java/poi/poi-2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5-r2.ebuild,v 1.1 2005/05/14 16:09:34 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5-r2.ebuild,v 1.2 2005/07/15 18:35:28 axxo Exp $ inherit java-pkg eutils @@ -13,9 +13,6 @@ SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="jikes" -DEPEND=">=virtual/jdk-1.2 - >=dev-java/ant-1.4 - jikes? ( dev-java/jikes )" RDEPEND=">=virtual/jre-1.2 >=dev-java/commons-logging-1.0 >=dev-java/log4j-1.2.8 @@ -23,6 +20,10 @@ RDEPEND=">=virtual/jre-1.2 >=dev-java/commons-collections-2.1 >=dev-java/commons-lang-1.0 =dev-java/xerces-2.6*" +DEPEND=">=virtual/jdk-1.2 + ${RDEPEND} + >=dev-java/ant-1.4 + jikes? ( dev-java/jikes )" S=${WORKDIR} src_unpack() { |