summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-05-25 23:56:18 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-05-25 23:56:18 +0000
commit404d972d01f5232e16b6e99c763f707f834ba219 (patch)
tree80e9b7c316a34c18fb403fe03aa40fa7c12aeeb1 /games-emulation/xmame
parentDo not call autoconf directly in 1.0.2a-r2, but call eautoconf (bug #226599).... (diff)
downloadgentoo-2-404d972d01f5232e16b6e99c763f707f834ba219.tar.gz
gentoo-2-404d972d01f5232e16b6e99c763f707f834ba219.tar.bz2
gentoo-2-404d972d01f5232e16b6e99c763f707f834ba219.zip
Always use system expat, bug #251107
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r--games-emulation/xmame/ChangeLog5
-rw-r--r--games-emulation/xmame/xmame-0.106.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog
index 731e24986954..8f707b8d39f6 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.72 2009/01/30 14:51:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.73 2009/05/25 23:56:18 nyhm Exp $
+
+ 25 May 2009; Tristan Heaven <nyhm@gentoo.org> xmame-0.106.ebuild:
+ Always use system expat, bug #251107
30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> xmame-0.106.ebuild:
not parallel build safe
diff --git a/games-emulation/xmame/xmame-0.106.ebuild b/games-emulation/xmame/xmame-0.106.ebuild
index 7860f740cf38..c22ee678d193 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.9 2009/01/30 14:51:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.10 2009/05/25 23:56:18 nyhm Exp $
inherit flag-o-matic toolchain-funcs eutils games
@@ -13,16 +13,15 @@ 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 expat ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
+IUSE="alsa arts dga esd ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
-RDEPEND="sys-libs/zlib
+RDEPEND="dev-libs/expat
alsa? ( media-libs/alsa-lib )
arts? ( kde-base/arts )
dga? (
x11-libs/libXxf86dga
x11-libs/libXxf86vm )
esd? ( >=media-sound/esound-0.2.29 )
- expat? ( dev-libs/expat )
ggi? ( media-libs/libggi )
lirc? ( app-misc/lirc )
opengl? (
@@ -112,8 +111,6 @@ EOF
toggle_feature arts SOUND_ARTS
toggle_feature dga X11_DGA
toggle_feature xv X11_XV
- # if we don't have expat on the system, use the internal one
- toggle_feature !expat BUILD_EXPAT
toggle_feature opengl X11_OPENGL
toggle_feature lirc LIRC
toggle_feature xinerama X11_XINERAMA