diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:25:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:25:48 +0000 |
commit | 9ef24a41fa2c6b0a78cd79af1c5dd5a679ca94a9 (patch) | |
tree | 0f707d6acd22215f0eb7b76b96fd6fe229871a14 /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-9ef24a41fa2c6b0a78cd79af1c5dd5a679ca94a9.tar.gz gentoo-2-9ef24a41fa2c6b0a78cd79af1c5dd5a679ca94a9.tar.bz2 gentoo-2-9ef24a41fa2c6b0a78cd79af1c5dd5a679ca94a9.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/towbowl-tactics/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/towbowl-tactics/ChangeLog b/games-action/towbowl-tactics/ChangeLog index 784facb49951..2bd4acc7b600 100644 --- a/games-action/towbowl-tactics/ChangeLog +++ b/games-action/towbowl-tactics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/towbowl-tactics -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.8 2011/01/10 17:43:55 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.9 2014/05/15 16:25:48 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> towbowl-tactics-0.5.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 10 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org> towbowl-tactics-0.5.ebuild, +files/towbowl-tactics-0.5-gentoo.patch: diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild index c899a071c331..4d005c585623 100644 --- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild +++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.11 2011/01/10 17:43:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.12 2014/05/15 16:25:48 ulm Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-libs/libxml2 media-libs/smpeg - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-net media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer" |