diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:53:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:53:24 +0000 |
commit | 9ef26843a913b9bd72268073a990e34934db1ff1 (patch) | |
tree | 3c31221137d8955d926cc6bd83374276067ddfa7 /dev-java/fop-bin | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-9ef26843a913b9bd72268073a990e34934db1ff1.tar.gz historical-9ef26843a913b9bd72268073a990e34934db1ff1.tar.bz2 historical-9ef26843a913b9bd72268073a990e34934db1ff1.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-java/fop-bin')
-rw-r--r-- | dev-java/fop-bin/fop-bin-0.20.4.ebuild | 3 | ||||
-rw-r--r-- | dev-java/fop-bin/fop-bin-0.20.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/fop-bin/fop-bin-0.20.4.ebuild b/dev-java/fop-bin/fop-bin-0.20.4.ebuild index 724b049bbbe5..8f9329c49e70 100644 --- a/dev-java/fop-bin/fop-bin-0.20.4.ebuild +++ b/dev-java/fop-bin/fop-bin-0.20.4.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/fop-bin/fop-bin-0.20.4.ebuild,v 1.8 2004/06/24 22:26:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop-bin/fop-bin-0.20.4.ebuild,v 1.9 2004/07/14 01:53:24 agriffis Exp $ MY_P=${P/-bin/} DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" @@ -10,6 +10,7 @@ HOMEPAGE="http://xml.apache.org/fop/" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=virtual/jdk-1.4 !dev-java/fop" diff --git a/dev-java/fop-bin/fop-bin-0.20.5.ebuild b/dev-java/fop-bin/fop-bin-0.20.5.ebuild index 143b47803922..ea72f643188b 100644 --- a/dev-java/fop-bin/fop-bin-0.20.5.ebuild +++ b/dev-java/fop-bin/fop-bin-0.20.5.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/fop-bin/fop-bin-0.20.5.ebuild,v 1.5 2004/06/24 22:26:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop-bin/fop-bin-0.20.5.ebuild,v 1.6 2004/07/14 01:53:24 agriffis Exp $ MY_P=${P/-bin/} DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" @@ -10,6 +10,7 @@ HOMEPAGE="http://xml.apache.org/fop/" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86 amd64" +IUSE="" DEPEND=">=virtual/jdk-1.4 !dev-java/fop" |