summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-04 22:23:16 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-04 22:23:16 +0000
commitc0c99607b6609d9791bfbfb56894f8a3cc70ab24 (patch)
treed9af61931137effcc7105318ee2debd9bf5daa03 /app-emulation/wine/wine-0.9.20.ebuild
parentFix atom. (diff)
downloadgentoo-2-c0c99607b6609d9791bfbfb56894f8a3cc70ab24.tar.gz
gentoo-2-c0c99607b6609d9791bfbfb56894f8a3cc70ab24.tar.bz2
gentoo-2-c0c99607b6609d9791bfbfb56894f8a3cc70ab24.zip
Drop USE=debug since it is no longer supported in the source code.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'app-emulation/wine/wine-0.9.20.ebuild')
-rw-r--r--app-emulation/wine/wine-0.9.20.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-emulation/wine/wine-0.9.20.ebuild b/app-emulation/wine/wine-0.9.20.ebuild
index e51c1427f4a2..fa63213bb315 100644
--- a/app-emulation/wine/wine-0.9.20.ebuild
+++ b/app-emulation/wine/wine-0.9.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v 1.4 2007/01/04 22:18:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v 1.5 2007/01/04 22:23:16 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="-* amd64 x86"
-IUSE="alsa arts cups dbus debug esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X"
+IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
@@ -105,8 +105,6 @@ src_compile() {
$(use_with ncurses curses) \
$(use_with opengl) \
$(use_with X x) \
- $(use_enable debug trace) \
- $(use_enable debug) \
|| die "configure failed"
emake -j1 depend || die "depend"