diff options
author | 2009-11-10 21:17:13 +0000 | |
---|---|---|
committer | 2009-11-10 21:17:13 +0000 | |
commit | 049b19f7bc2657177776d91f200eef0a8695a39e (patch) | |
tree | 0724669e191167922df02d5f31968f51a4c62cd5 /games-emulation/xmame | |
parent | quoting (diff) | |
download | historical-049b19f7bc2657177776d91f200eef0a8695a39e.tar.gz historical-049b19f7bc2657177776d91f200eef0a8695a39e.tar.bz2 historical-049b19f7bc2657177776d91f200eef0a8695a39e.zip |
Remove USE arts (deprecated).
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.106.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog index 8f707b8d39f6..3275549ad7a3 100644 --- a/games-emulation/xmame/ChangeLog +++ b/games-emulation/xmame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/xmame # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.73 2009/05/25 23:56:18 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.74 2009/11/10 21:10:27 ssuominen Exp $ + + 10 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> xmame-0.106.ebuild: + Remove USE arts (deprecated). 25 May 2009; Tristan Heaven <nyhm@gentoo.org> xmame-0.106.ebuild: Always use system expat, bug #251107 diff --git a/games-emulation/xmame/xmame-0.106.ebuild b/games-emulation/xmame/xmame-0.106.ebuild index c22ee678d193..1fdf64412bb2 100644 --- a/games-emulation/xmame/xmame-0.106.ebuild +++ b/games-emulation/xmame/xmame-0.106.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/games-emulation/xmame/xmame-0.106.ebuild,v 1.10 2009/05/25 23:56:18 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.11 2009/11/10 21:10:27 ssuominen Exp $ inherit flag-o-matic toolchain-funcs eutils games @@ -13,11 +13,10 @@ SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2" LICENSE="XMAME" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="alsa arts dga esd ggi joystick lirc mmx net opengl sdl svga X xinerama xv" +IUSE="alsa dga esd ggi joystick lirc mmx net opengl sdl svga X xinerama xv" RDEPEND="dev-libs/expat alsa? ( media-libs/alsa-lib ) - arts? ( kde-base/arts ) dga? ( x11-libs/libXxf86dga x11-libs/libXxf86vm ) @@ -108,7 +107,7 @@ EOF #toggle_feature net XMAME_NET # Broken toggle_feature esd SOUND_ESOUND toggle_feature alsa SOUND_ALSA - toggle_feature arts SOUND_ARTS + #toggle_feature arts SOUND_ARTS # Deprecated toggle_feature dga X11_DGA toggle_feature xv X11_XV toggle_feature opengl X11_OPENGL |