diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:20:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:20:36 +0000 |
commit | 7d1b49df06359c3cad2b67a1435cf6365ace08d1 (patch) | |
tree | 7ede6e06bd0834666b6d85a20fdfe150b488b43f /dev-util/ecletex | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | historical-7d1b49df06359c3cad2b67a1435cf6365ace08d1.tar.gz historical-7d1b49df06359c3cad2b67a1435cf6365ace08d1.tar.bz2 historical-7d1b49df06359c3cad2b67a1435cf6365ace08d1.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/ecletex')
-rw-r--r-- | dev-util/ecletex/ecletex-0.0.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/ecletex/ecletex-0.0.2.ebuild b/dev-util/ecletex/ecletex-0.0.2.ebuild index 11d0d1592b79..560dd09418a0 100644 --- a/dev-util/ecletex/ecletex-0.0.2.ebuild +++ b/dev-util/ecletex/ecletex-0.0.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/ecletex/ecletex-0.0.2.ebuild,v 1.2 2004/06/25 02:29:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.2.ebuild,v 1.3 2004/07/14 23:20:36 agriffis Exp $ DESCRIPTION="LaTeX plugin for Eclipse 3.0 and newer" HOMEPAGE="http://etex.sf.net" @@ -11,7 +11,6 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 =dev-util/eclipse-sdk-3.0*" -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |