diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 06:42:09 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 06:42:09 +0000 |
commit | 64ca513d36f5c63c16c00e7eef11c0bd2c5e698e (patch) | |
tree | 1ef977692e515536e10b80d47795e516810dadf7 /app-emulation/wine/wine-9999.ebuild | |
parent | Version bump. (diff) | |
download | historical-64ca513d36f5c63c16c00e7eef11c0bd2c5e698e.tar.gz historical-64ca513d36f5c63c16c00e7eef11c0bd2c5e698e.tar.bz2 historical-64ca513d36f5c63c16c00e7eef11c0bd2c5e698e.zip |
Sync with dbus/udisks USE flag update in 1.3.36.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 79ce858ad5e3..adbd421a2ed0 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.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-9999.ebuild,v 1.98 2011/12/20 19:35:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.99 2011/12/31 06:42:09 tetromino Exp $ EAPI="2" @@ -29,7 +29,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -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" +IUSE="alsa capi cups custom-cflags 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 udisks v4l +win32 +win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 MLIB_DEPS="amd64? ( @@ -53,7 +53,10 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) fontconfig? ( media-libs/fontconfig ) gphoto2? ( media-libs/libgphoto2 ) openal? ( media-libs/openal ) - dbus? ( sys-apps/dbus ) + udisks? ( + sys-apps/dbus + sys-fs/udisks + ) gnutls? ( net-libs/gnutls ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) X? ( @@ -128,6 +131,7 @@ do_configure() { $(use_with lcms cms) \ $(use_with cups) \ $(use_with ncurses curses) \ + $(use_with udisks dbus) \ $(use_with fontconfig) \ $(use_with gnutls) \ $(use_with gphoto2 gphoto) \ |