diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:02:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:02:46 +0000 |
commit | 8491a0bea2f0110473fac4ed2b53ce729e5969f9 (patch) | |
tree | 879692ccc5bbb082a310ddd9fa6e3b8dffcbe6f2 /games-strategy/dunelegacy | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-8491a0bea2f0110473fac4ed2b53ce729e5969f9.tar.gz gentoo-2-8491a0bea2f0110473fac4ed2b53ce729e5969f9.tar.bz2 gentoo-2-8491a0bea2f0110473fac4ed2b53ce729e5969f9.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-strategy/dunelegacy')
-rw-r--r-- | games-strategy/dunelegacy/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-strategy/dunelegacy/ChangeLog b/games-strategy/dunelegacy/ChangeLog index 25a10be7246b..8a78901a3097 100644 --- a/games-strategy/dunelegacy/ChangeLog +++ b/games-strategy/dunelegacy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/dunelegacy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.12 2013/07/07 10:21:43 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.13 2014/05/15 17:02:46 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> dunelegacy-0.96.2.ebuild, + dunelegacy-0.96.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> dunelegacy-0.96.3.ebuild: Stable for x86, wrt bug #469744 diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild b/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild index 5359c5b5676e..44189006da63 100644 --- a/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild +++ b/games-strategy/dunelegacy/dunelegacy-0.96.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-strategy/dunelegacy/dunelegacy-0.96.2.ebuild,v 1.5 2012/10/17 03:24:49 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild,v 1.6 2014/05/15 17:02:46 ulm Exp $ EAPI=4 inherit autotools eutils gnome2-utils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="+alsa pulseaudio" -RDEPEND="media-libs/libsdl[X,alsa?,audio,pulseaudio?,video] +RDEPEND="media-libs/libsdl[X,alsa?,sound,pulseaudio?,video] media-libs/sdl-mixer[midi,mp3,vorbis]" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild b/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild index 5e6435b8dc9a..5096fab58153 100644 --- a/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild +++ b/games-strategy/dunelegacy/dunelegacy-0.96.3.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-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.5 2013/07/07 10:21:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.6 2014/05/15 17:02:46 ulm Exp $ # do not use autotools related stuff in stable ebuilds # unless you like random breakage: 469796, 469798, 424041 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="+alsa pulseaudio" -RDEPEND="media-libs/libsdl[X,alsa?,audio,pulseaudio?,video] +RDEPEND="media-libs/libsdl[X,alsa?,sound,pulseaudio?,video] media-libs/sdl-mixer[midi,mp3,vorbis]" DEPEND="${RDEPEND} virtual/pkgconfig" |