diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:47 +0000 |
commit | b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5 (patch) | |
tree | 5653e2894638c3e5db70347e49fb3663bf4954e8 /sys-apps/subterfugue | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5.tar.gz historical-b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5.tar.bz2 historical-b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/subterfugue')
-rw-r--r-- | sys-apps/subterfugue/subterfugue-0.2.1a.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild b/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild index fe657eb365b2..599949fa4c43 100644 --- a/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild +++ b/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild,v 1.6 2004/06/24 22:27:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild,v 1.7 2004/07/15 02:36:05 agriffis Exp $ inherit distutils eutils IUSE="gtk" -S=${WORKDIR}/${P} DESCRIPTION="strace meets expect" SRC_URI="mirror://sourceforge/subterfugue/${P}.tgz" HOMEPAGE="http://www.subterfugue.org/" |