diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:00:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:00:16 +0000 |
commit | e5a397088808d291985ddf4b36bf54d6dad0ed44 (patch) | |
tree | d451b5eaac642379686b08349530463acb7d1b70 /games-simulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-e5a397088808d291985ddf4b36bf54d6dad0ed44.tar.gz gentoo-2-e5a397088808d291985ddf4b36bf54d6dad0ed44.tar.bz2 gentoo-2-e5a397088808d291985ddf4b36bf54d6dad0ed44.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!)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/gl117/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-1.3.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-simulation/gl117/ChangeLog b/games-simulation/gl117/ChangeLog index 4063c8f4ed22..466e3d1b101e 100644 --- a/games-simulation/gl117/ChangeLog +++ b/games-simulation/gl117/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/gl117 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.24 2012/09/01 05:19:39 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.25 2014/05/15 17:00:16 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> gl117-1.3.2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 01 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> gl117-1.3.2.ebuild: any mod support will do diff --git a/games-simulation/gl117/gl117-1.3.2.ebuild b/games-simulation/gl117/gl117-1.3.2.ebuild index bf0b382b5a93..0479fd08cffc 100644 --- a/games-simulation/gl117/gl117-1.3.2.ebuild +++ b/games-simulation/gl117/gl117-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.12 2012/09/01 05:19:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.13 2014/05/15 17:00:16 ulm Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl[audio,joystick,opengl,video] +DEPEND="media-libs/libsdl[sound,joystick,opengl,video] media-libs/sdl-mixer[mod] virtual/opengl virtual/glu |