diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 157d74e..6252265 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -26,7 +26,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml" +IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl +X xcomposite xinerama xml" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -91,7 +91,6 @@ src_prepare() { src_configure() { export LDCONFIG=/bin/true -# use amd64 && ! use win64 && multilib_toolchain_setup x86 # XXX: should check out these flags too: # audioio capi fontconfig freetype gphoto @@ -113,7 +112,6 @@ src_configure() { $(use_with png) \ $(use_with scanner sane) \ $(use_with ssl openssl) \ - $(use_enable win64) \ $(use_with X x) \ $(use_with xcomposite) \ $(use_with xinerama) \ |