diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-18 09:08:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-18 09:08:12 +0000 |
commit | 12aa1eb8c8571eed83766d7086be192dc074e132 (patch) | |
tree | 4ec15156ca9585586a24983a260ba91eda0e871f /app-emulation/wine/wine-1.3.22.ebuild | |
parent | Added no-herd to metadata.xml (diff) | |
download | historical-12aa1eb8c8571eed83766d7086be192dc074e132.tar.gz historical-12aa1eb8c8571eed83766d7086be192dc074e132.tar.bz2 historical-12aa1eb8c8571eed83766d7086be192dc074e132.zip |
Remove USE="hal" and pass --without-hal wrt #313389
Package-Manager: portage-2.2.0_alpha58/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.3.22.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.22.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.3.22.ebuild b/app-emulation/wine/wine-1.3.22.ebuild index 3bc2e552ef15..e6ab6d02f3cb 100644 --- a/app-emulation/wine/wine-1.3.22.ebuild +++ b/app-emulation/wine/wine-1.3.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.11 2011/09/15 03:17:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $ EAPI="2" @@ -33,7 +33,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 MLIB_DEPS="amd64? ( @@ -61,7 +61,6 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) - hal? ( sys-apps/hal ) X? ( x11-libs/libXcursor x11-libs/libXrandr @@ -148,7 +147,7 @@ do_configure() { $(use_with gphoto2 gphoto) \ $(use_with gsm) \ $(use_with gstreamer) \ - $(! use dbus && echo --without-hal || use_with hal) \ + --without-hal \ $(use_with jack) \ $(use_with jpeg) \ $(use_with ldap) \ |