diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-01 20:20:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-01 20:20:14 +0000 |
commit | 7a6c77f5f19ff1e1e250f3a6602ae1ba5e63519c (patch) | |
tree | 89e8b2dfd5053c6bad9ed833a24c85384a106dc6 /app-emulation | |
parent | snapshot update, marked stable previous version (diff) | |
download | historical-7a6c77f5f19ff1e1e250f3a6602ae1ba5e63519c.tar.gz historical-7a6c77f5f19ff1e1e250f3a6602ae1ba5e63519c.tar.bz2 historical-7a6c77f5f19ff1e1e250f3a6602ae1ba5e63519c.zip |
forgot IUSE=debug
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20030709.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20030709.ebuild b/app-emulation/wine/wine-20030709.ebuild index 4689fe4545ef..5610aabab8b2 100644 --- a/app-emulation/wine/wine-20030709.ebuild +++ b/app-emulation/wine/wine-20030709.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030709.ebuild,v 1.3 2003/08/01 20:18:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030709.ebuild,v 1.4 2003/08/01 20:20:14 vapier Exp $ inherit eutils base @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -ppc -sparc" -IUSE="nas arts cups opengl alsa tcltk nptl" +IUSE="nas arts cups opengl alsa tcltk nptl debug" DEPEND="sys-devel/gcc sys-devel/flex |