diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:36:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:36:48 +0000 |
commit | 7bad2545174ea853578a26403d2982659f2d559f (patch) | |
tree | 96d37222ddd77b47c3f35fbafa63aefb93c5c37f | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-7bad2545174ea853578a26403d2982659f2d559f.tar.gz gentoo-2-7bad2545174ea853578a26403d2982659f2d559f.tar.bz2 gentoo-2-7bad2545174ea853578a26403d2982659f2d559f.zip |
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r-- | games-emulation/gngb/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/gngb/gngb-20060309.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/gngb/ChangeLog b/games-emulation/gngb/ChangeLog index 1ee8eccf93c4..2f3f02cd6dcc 100644 --- a/games-emulation/gngb/ChangeLog +++ b/games-emulation/gngb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/gngb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.15 2010/10/28 12:46:57 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.16 2014/05/15 16:36:48 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> gngb-20060309.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 28 Oct 2010; Tupone Alfredo <tupone@gentoo.org> gngb-20060309.ebuild, +files/gngb-20060309-ovflfix.patch: diff --git a/games-emulation/gngb/gngb-20060309.ebuild b/games-emulation/gngb/gngb-20060309.ebuild index 4e5bdcf56edb..b31bd89b15c5 100644 --- a/games-emulation/gngb/gngb-20060309.ebuild +++ b/games-emulation/gngb/gngb-20060309.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.8 2010/10/28 16:00:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.9 2014/05/15 16:36:48 ulm Exp $ EAPI=2 inherit games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="opengl" -DEPEND="media-libs/libsdl[audio,joystick,video] +DEPEND="media-libs/libsdl[sound,joystick,video] sys-libs/zlib app-arch/bzip2 opengl? ( virtual/opengl )" |