diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-19 00:14:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-19 00:14:56 +0000 |
commit | eddcbdfa9eafe952fc53c250468fcb40adc990db (patch) | |
tree | 8f2364cee05969e1077d42977017a93d0d1b00a1 /app-emulation/wine | |
parent | Stable on sparc wrt #173623 (diff) | |
download | gentoo-2-eddcbdfa9eafe952fc53c250468fcb40adc990db.tar.gz gentoo-2-eddcbdfa9eafe952fc53c250468fcb40adc990db.tar.bz2 gentoo-2-eddcbdfa9eafe952fc53c250468fcb40adc990db.zip |
Drop USE=arts #174864 by Christopher Eby.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.35.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index b452ef26fdfb..8fd545f1f7c3 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.176 2007/04/13 18:05:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.177 2007/04/19 00:14:56 vapier Exp $ + + 19 Apr 2007; Mike Frysinger <vapier@gentoo.org> wine-0.9.35.ebuild: + Drop USE=arts #174864 by Christopher Eby. *wine-0.9.35 (13 Apr 2007) diff --git a/app-emulation/wine/wine-0.9.35.ebuild b/app-emulation/wine/wine-0.9.35.ebuild index 0495a4fc6867..4f51beb31c3a 100644 --- a/app-emulation/wine/wine-0.9.35.ebuild +++ b/app-emulation/wine/wine-0.9.35.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.35.ebuild,v 1.1 2007/04/13 18:05:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild,v 1.2 2007/04/19 00:14:56 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 hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" +IUSE="alsa cups dbus esd hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -27,7 +27,6 @@ RDEPEND=">=media-libs/freetype-2.0.0 x11-libs/libXxf86vm x11-apps/xmessage ) - arts? ( kde-base/arts ) alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) nas? ( media-libs/nas ) @@ -76,7 +75,6 @@ config_cache() { src_compile() { export LDCONFIG=/bin/true - use arts || export ac_cv_path_ARTSCCONFIG="" use esd || export ac_cv_path_ESDCONFIG="" use scanner || export ac_cv_path_sane_devel="no" config_cache jack jack/jack.h |