diff options
author | 2007-01-06 13:22:53 +0000 | |
---|---|---|
committer | 2007-01-06 13:22:53 +0000 | |
commit | b10741c1b9e88a02ab998ad99f67865bdec2a288 (patch) | |
tree | 953b9c53bfb977ad4e1773c50aaced66007da819 /app-emulation/wine/wine-0.9.23.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-b10741c1b9e88a02ab998ad99f67865bdec2a288.tar.gz historical-b10741c1b9e88a02ab998ad99f67865bdec2a288.tar.bz2 historical-b10741c1b9e88a02ab998ad99f67865bdec2a288.zip |
Scrub USE=glut and USE=gif from versions that no longer support them #160439 by Jacek Caban.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'app-emulation/wine/wine-0.9.23.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.23.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-0.9.23.ebuild b/app-emulation/wine/wine-0.9.23.ebuild index 9b7ec88ae62e..97b95910fb84 100644 --- a/app-emulation/wine/wine-0.9.23.ebuild +++ b/app-emulation/wine/wine-0.9.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v 1.3 2007/01/04 22:23:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v 1.4 2007/01/06 13:22:52 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups dbus esd gif glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa arts cups dbus esd glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -33,7 +33,6 @@ RDEPEND=">=media-libs/freetype-2.0.0 nas? ( media-libs/nas ) cups? ( net-print/cups ) opengl? ( virtual/opengl ) - gif? ( media-libs/giflib ) jpeg? ( media-libs/jpeg ) ldap? ( net-nds/openldap ) glut? ( virtual/glut ) @@ -87,7 +86,6 @@ src_compile() { config_cache nas audio/audiolib.h audio/soundlib.h config_cache xml libxml/parser.h libxslt/pattern.h libxslt/transform.h config_cache ldap ldap.h lber.h - config_cache gif gif_lib.h config_cache glut glut:glutMainLoop config_cache dbus dbus/dbus.h config_cache hal hal/libhal.h |