diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-27 06:58:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-27 06:58:14 +0000 |
commit | 00c3db92fc4876abffb415cb330a10ed75f70cb0 (patch) | |
tree | 22c62634a29a8eb305932bc6495d5201db55f657 /app-emulation | |
parent | Link rlfe dynamically against readline #284568 by Jonathan Callen. (diff) | |
download | gentoo-2-00c3db92fc4876abffb415cb330a10ed75f70cb0.tar.gz gentoo-2-00c3db92fc4876abffb415cb330a10ed75f70cb0.tar.bz2 gentoo-2-00c3db92fc4876abffb415cb330a10ed75f70cb0.zip |
restore threads to IUSE #286560 by David Hallas
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.30.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 8280e1853cd6..3cd0b5b3639a 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,13 +1,13 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.280 2009/09/26 17:12:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.281 2009/09/27 06:58:14 vapier Exp $ *wine-1.1.30 (26 Sep 2009) 26 Sep 2009; Mike Frysinger <vapier@gentoo.org> +wine-1.1.30.ebuild, wine-9999.ebuild, metadata.xml: Version bump #286460 and add support for USE="capi fontconfig gphoto2 - openal". + openal threads". 11 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> wine-9999.ebuild: Sync live ebuild with latest snapshot. Fixes bug #284416. Non-maintainer diff --git a/app-emulation/wine/wine-1.1.30.ebuild b/app-emulation/wine/wine-1.1.30.ebuild index 4facd8c33b82..c36696086d18 100644 --- a/app-emulation/wine/wine-1.1.30.ebuild +++ b/app-emulation/wine/wine-1.1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.30.ebuild,v 1.1 2009/09/26 17:12:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.30.ebuild,v 1.2 2009/09/27 06:58:14 vapier Exp $ EAPI="2" @@ -26,7 +26,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl oss png samba scanner ssl test +threads win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 819a1ba34b49..e4d32817d092 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.43 2009/09/26 17:12:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.44 2009/09/27 06:58:14 vapier Exp $ EAPI="2" @@ -26,7 +26,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl oss png samba scanner ssl test +threads win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 |