diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:09 +0000 |
commit | fa310e0c7729ed0eecc3c7a50e6a43ad1e971549 (patch) | |
tree | 7f31edda5f69a21fd048f3fef7f4bfafbbc37c73 /dev-util/j | |
parent | sync IUSE (missing) (diff) | |
download | historical-fa310e0c7729ed0eecc3c7a50e6a43ad1e971549.tar.gz historical-fa310e0c7729ed0eecc3c7a50e6a43ad1e971549.tar.bz2 historical-fa310e0c7729ed0eecc3c7a50e6a43ad1e971549.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 \ |