diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-12 22:23:06 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-12 22:23:06 +0000 |
commit | 284ec8c4ce2e67faf07482ecc9d1bf1b8db0e10d (patch) | |
tree | c8778106ca9a6e32f3e07d2ab22b9228d09edb55 /games-emulation | |
parent | fix manpage installation (diff) | |
download | gentoo-2-284ec8c4ce2e67faf07482ecc9d1bf1b8db0e10d.tar.gz gentoo-2-284ec8c4ce2e67faf07482ecc9d1bf1b8db0e10d.tar.bz2 gentoo-2-284ec8c4ce2e67faf07482ecc9d1bf1b8db0e10d.zip |
fontconfig is unconditional, fix alsa-sed
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.148_p1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/sdlmame/ChangeLog b/games-emulation/sdlmame/ChangeLog index c28754283267..165498b2a94c 100644 --- a/games-emulation/sdlmame/ChangeLog +++ b/games-emulation/sdlmame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/sdlmame # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.59 2013/02/12 21:57:56 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.60 2013/02/12 22:23:06 hasufell Exp $ + + 12 Feb 2013; Julian Ospald <hasufell@gentoo.org> sdlmame-0.148_p1.ebuild: + fontconfig is unconditional, fix alsa-sed *sdlmame-0.148_p1 (12 Feb 2013) diff --git a/games-emulation/sdlmame/sdlmame-0.148_p1.ebuild b/games-emulation/sdlmame/sdlmame-0.148_p1.ebuild index 28a836de43e9..05d7848a6c7a 100644 --- a/games-emulation/sdlmame/sdlmame-0.148_p1.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.148_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1.ebuild,v 1.2 2013/02/12 22:15:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1.ebuild,v 1.3 2013/02/12 22:23:06 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -28,6 +28,7 @@ IUSE="X alsa debug opengl" REQUIRED_USE="debug? ( X )" RDEPEND="dev-libs/expat + media-libs/fontconfig media-libs/flac >=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf @@ -36,7 +37,6 @@ RDEPEND="dev-libs/expat alsa? ( media-libs/alsa-lib ) X? ( gnome-base/gconf - media-libs/fontconfig x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXinerama @@ -117,7 +117,7 @@ src_prepare() { if ! use alsa ; then einfo "Disabling alsa midi support" - enable_feature NO_USE_MIDI src/osd/sdl/sdl.mak + sed -i -e "/^#NO_USE_MIDI.*=/s:^#::" src/osd/sdl/sdl.mak || die fi if ! use X ; then |