diff options
author | 2011-09-18 09:08:12 +0000 | |
---|---|---|
committer | 2011-09-18 09:08:12 +0000 | |
commit | 23001104bd216456a11b0665668bdba4beefe545 (patch) | |
tree | bfa1c651c52e0df68df9c07d8d3c3c7a20f0a3fb /app-emulation/wine/wine-1.3.28.ebuild | |
parent | Added no-herd to metadata.xml (diff) | |
download | gentoo-2-23001104bd216456a11b0665668bdba4beefe545.tar.gz gentoo-2-23001104bd216456a11b0665668bdba4beefe545.tar.bz2 gentoo-2-23001104bd216456a11b0665668bdba4beefe545.zip |
Remove USE="hal" and pass --without-hal wrt #313389
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.3.28.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.28.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.3.28.ebuild b/app-emulation/wine/wine-1.3.28.ebuild index 563d2cda31e0..5aa4a49c745c 100644 --- a/app-emulation/wine/wine-1.3.28.ebuild +++ b/app-emulation/wine/wine-1.3.28.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.28.ebuild,v 1.1 2011/09/15 03:48:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.2 2011/09/18 09:08:12 ssuominen Exp $ EAPI="2" @@ -31,7 +31,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 MLIB_DEPS="amd64? ( @@ -58,7 +58,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 @@ -136,7 +135,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 jpeg) \ $(use_with ldap) \ $(use_with mp3 mpg123) \ |