diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:24:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:24:45 +0000 |
commit | e5290a24baf177729ae04850995507585be6899a (patch) | |
tree | 6f111ceaf978a4c548a3cd079cf67308c5879b49 /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-e5290a24baf177729ae04850995507585be6899a.tar.gz gentoo-2-e5290a24baf177729ae04850995507585be6899a.tar.bz2 gentoo-2-e5290a24baf177729ae04850995507585be6899a.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-action')
-rw-r--r-- | games-action/solar2/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/solar2/solar2-1.10.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/solar2/ChangeLog b/games-action/solar2/ChangeLog index ef1970bdb2ec..1187046dfba7 100644 --- a/games-action/solar2/ChangeLog +++ b/games-action/solar2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/solar2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.4 2013/08/18 00:25:18 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.5 2014/05/15 16:24:45 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> solar2-1.10.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 18 Aug 2013; Julian Ospald <hasufell@gentoo.org> solar2-1.10.ebuild: stable amd64, x86 wrt #480808 diff --git a/games-action/solar2/solar2-1.10.ebuild b/games-action/solar2/solar2-1.10.ebuild index 84014ed9c0e5..b512fbe622eb 100644 --- a/games-action/solar2/solar2-1.10.ebuild +++ b/games-action/solar2/solar2-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.5 2013/08/18 00:25:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.6 2014/05/15 16:24:45 ulm Exp $ # TODO: - unbundle libmono for 64bit # - unbundling libSDL_mixer breaks the game @@ -36,7 +36,7 @@ RDEPEND=" ) x86? ( media-libs/flac - media-libs/libsdl[X,audio,video,joystick] + media-libs/libsdl[X,sound,video,joystick] media-libs/libvorbis !bundled-libs? ( dev-lang/mono |