summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-11-15 09:49:52 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-11-15 09:49:52 +0000
commit03e333a309620d985d79fd01ed5afe4e7f22a21f (patch)
tree36e536f768db509794cfc3cc2be7f5b8420cfaa9 /games-emulation
parentMarked ~x86-solaris, bug #345435 (diff)
downloadgentoo-2-03e333a309620d985d79fd01ed5afe4e7f22a21f.tar.gz
gentoo-2-03e333a309620d985d79fd01ed5afe4e7f22a21f.tar.bz2
gentoo-2-03e333a309620d985d79fd01ed5afe4e7f22a21f.zip
Require app-emulation/emul-linux-x86-soundlibs when needed. Bug #345099
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/snes9x/ChangeLog6
-rw-r--r--games-emulation/snes9x/snes9x-1.52-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog
index 4eb78a0d4552..2d97213d6182 100644
--- a/games-emulation/snes9x/ChangeLog
+++ b/games-emulation/snes9x/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/snes9x
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.50 2010/11/10 22:44:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.51 2010/11/15 09:49:52 tupone Exp $
+
+ 15 Nov 2010; Alfredo Tupone <tupone@gentoo.org> snes9x-1.52-r1.ebuild:
+ Require app-emulation/emul-linux-x86-soundlibs when needed. Bug #345099 by
+ Onteria
10 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
snes9x-1.52-r1.ebuild, files/snes9x-1.52-build.patch:
diff --git a/games-emulation/snes9x/snes9x-1.52-r1.ebuild b/games-emulation/snes9x/snes9x-1.52-r1.ebuild
index 1db76638564c..7c4d75941a8f 100644
--- a/games-emulation/snes9x/snes9x-1.52-r1.ebuild
+++ b/games-emulation/snes9x/snes9x-1.52-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.52-r1.ebuild,v 1.9 2010/11/10 22:44:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.52-r1.ebuild,v 1.10 2010/11/15 09:49:52 tupone Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib gnome2-utils games
@@ -20,7 +20,8 @@ RDEPEND="x11-libs/libX11
amd64? ( png? ( >=media-libs/libpng-1.4.2 )
multilib? ( >=app-emulation/emul-linux-x86-xlibs-20100611
gtk? ( >=app-emulation/emul-linux-x86-gtklibs-20100611
- joystick? ( >=app-emulation/emul-linux-x86-sdl-20100611 ) )
+ alsa? ( app-emulation/emul-linux-x86-soundlibs )
+ joystick? ( >=app-emulation/emul-linux-x86-sdl-20100611 ) )
) )
gtk? ( >=x11-libs/gtk+-2.10:2
>=gnome-base/libglade-2.0