diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:11:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:11:21 +0000 |
commit | 17f209b82bf9a4c3647d47ca50c623e7a3608525 (patch) | |
tree | 08d173f9b2318365fb16c8b86bb543c43c57f0df /app-emulation | |
parent | remove apache2 from IUSE since it's in the webapp-apache.eclass (and this ebu... (diff) | |
download | gentoo-2-17f209b82bf9a4c3647d47ca50c623e7a3608525.tar.gz gentoo-2-17f209b82bf9a4c3647d47ca50c623e7a3608525.tar.bz2 gentoo-2-17f209b82bf9a4c3647d47ca50c623e7a3608525.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild b/app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild index 340891a8a844..eb4350549ca2 100644 --- a/app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild +++ b/app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild,v 1.10 2004/06/27 23:09:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b-r3.ebuild,v 1.11 2004/07/14 01:08:35 agriffis Exp $ MY_P1=tcltk-${P} MY_P=${P/-/_}-1.1 -S=${WORKDIR}/${P} DESCRIPTION="Setup tool for WiNE adapted from Codeweavers by Debian" HOMEPAGE="http://packages.debian.org/unstable/otherosfs/winesetuptk.html" |