diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-03 03:04:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-03 03:04:41 +0000 |
commit | 14fa789a32736ef52da804d0736f5ffcdc77edf0 (patch) | |
tree | 15146352a97a6d023970aab710608d330395dc7e /app-emulation/wine/wine-1.1.6.ebuild | |
parent | comment out live KEYWORDS to keep ekeyword happy (diff) | |
download | gentoo-2-14fa789a32736ef52da804d0736f5ffcdc77edf0.tar.gz gentoo-2-14fa789a32736ef52da804d0736f5ffcdc77edf0.tar.bz2 gentoo-2-14fa789a32736ef52da804d0736f5ffcdc77edf0.zip |
Add USE=custom-flags and restore strip-flags #257038 by Mr. Bones.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.1.6.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.1.6.ebuild b/app-emulation/wine/wine-1.1.6.ebuild index 46be682310d2..2491b9bfd14e 100644 --- a/app-emulation/wine/wine-1.1.6.ebuild +++ b/app-emulation/wine/wine-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.5 2009/08/26 21:57:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.6 2009/12/03 03:04:41 vapier Exp $ EAPI="1" @@ -24,7 +24,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* amd64 x86 ~x86-fbsd" -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X" +IUSE="alsa cups custom-cflags dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -121,8 +121,7 @@ src_compile() { config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h config_cache lcms lcms.h - strip-flags - + use custom-cflags || strip-flags use amd64 && multilib_toolchain_setup x86 # $(use_enable amd64 win64) |