diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:41 +0000 |
commit | 8bcdfdba943060329a03990c6b0a2b21890ed924 (patch) | |
tree | 4c2ec9a1e1f5d821bc60434aaf260acb071413f8 /dev-util/j | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.tar.gz gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.tar.bz2 gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/j')
-rw-r--r-- | dev-util/j/j-0.20.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/j/j-0.20.2.ebuild b/dev-util/j/j-0.20.2.ebuild index c72b2f863793..fa84dd6b4795 100644 --- a/dev-util/j/j-0.20.2.ebuild +++ b/dev-util/j/j-0.20.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-util/j/j-0.20.2.ebuild,v 1.3 2004/06/25 02:36:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/j/j-0.20.2.ebuild,v 1.4 2004/07/14 23:46:03 agriffis Exp $ IUSE="" SRC_URI="mirror://sourceforge/armedbear-${PN}/${P}.tar.gz" @@ -13,8 +13,6 @@ KEYWORDS="~x86 ~amd64" DEPEND=">=virtual/jdk-1.4" -S=${WORKDIR}/${P} - src_compile() { if [ -n "$(java-config --jdk-home)" ]; then econf \ |