diff options
author | 2014-05-15 16:25:05 +0000 | |
---|---|---|
committer | 2014-05-15 16:25:05 +0000 | |
commit | 4e03e91dce3e198c5f2c413abed5c076bd07c0ea (patch) | |
tree | a07a91f28caffef16de532ec0410d0a59671bb2c /games-action/swordandsworcery | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-4e03e91dce3e198c5f2c413abed5c076bd07c0ea.tar.gz gentoo-2-4e03e91dce3e198c5f2c413abed5c076bd07c0ea.tar.bz2 gentoo-2-4e03e91dce3e198c5f2c413abed5c076bd07c0ea.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/swordandsworcery')
-rw-r--r-- | games-action/swordandsworcery/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/swordandsworcery/swordandsworcery-1.02.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/swordandsworcery/ChangeLog b/games-action/swordandsworcery/ChangeLog index d218c8e4687d..58b424a54278 100644 --- a/games-action/swordandsworcery/ChangeLog +++ b/games-action/swordandsworcery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/swordandsworcery -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v 1.2 2013/05/09 14:12:39 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v 1.3 2014/05/15 16:25:05 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> swordandsworcery-1.02.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 09 May 2013; Julian Ospald <hasufell@gentoo.org> swordandsworcery-1.02.ebuild: restrict splitdebug diff --git a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild index 3a2e36751c54..9d4f4490a6b4 100644 --- a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild +++ b/games-action/swordandsworcery/swordandsworcery-1.02.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/swordandsworcery/swordandsworcery-1.02.ebuild,v 1.3 2013/05/09 14:12:39 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v 1.4 2014/05/15 16:25:05 ulm Exp $ # TODO: unbundle liblua-5.1 when available for multilib @@ -53,7 +53,7 @@ RDEPEND=" x11-libs/libXtst !bundled-libs? ( net-misc/curl - media-libs/libsdl[X,audio,video,opengl,joystick] + media-libs/libsdl[X,sound,video,opengl,joystick] ) )" |