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.10.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.10.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.10.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.3.10.ebuild b/app-emulation/wine/wine-1.3.10.ebuild index e10d833d11df..c7edc02fb4e1 100644 --- a/app-emulation/wine/wine-1.3.10.ebuild +++ b/app-emulation/wine/wine-1.3.10.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.10.ebuild,v 1.15 2011/09/15 03:17:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.16 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 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 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 @@ -147,7 +146,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) \ |