diff options
author | 2004-02-25 18:19:21 +0000 | |
---|---|---|
committer | 2004-02-25 18:19:21 +0000 | |
commit | fcd8ccdb6cd176c4ee5f215cf805bad91084be0f (patch) | |
tree | e178faf6c0cdf75e624e6b27985adeb324e17087 /dev-java/fop-bin/fop-bin-0.20.4.ebuild | |
parent | Broken on sparc, see bug 41329. (Manifest recommit) (diff) | |
download | gentoo-2-fcd8ccdb6cd176c4ee5f215cf805bad91084be0f.tar.gz gentoo-2-fcd8ccdb6cd176c4ee5f215cf805bad91084be0f.tar.bz2 gentoo-2-fcd8ccdb6cd176c4ee5f215cf805bad91084be0f.zip |
Fixed to avoid conflicts with dev-java/fop (the source build).
Diffstat (limited to 'dev-java/fop-bin/fop-bin-0.20.4.ebuild')
-rw-r--r-- | dev-java/fop-bin/fop-bin-0.20.4.ebuild | 5 |
1 files changed, 3 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 a52bdbf2604e..163315fc4fd9 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 Technologies, Inc. # 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.6 2004/01/25 00:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop-bin/fop-bin-0.20.4.ebuild,v 1.7 2004/02/25 18:19:21 absinthe Exp $ MY_P=${P/-bin/} DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" @@ -11,7 +11,8 @@ LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86" -DEPEND=">=virtual/jdk-1.4" +DEPEND=">=virtual/jdk-1.4 + !dev-java/fop" S=${WORKDIR}/${MY_P} |