diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:57:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:57:56 +0000 |
commit | 4bba7fe845800f39172b2352bade922d71f61a1a (patch) | |
tree | 2c30d68098c2c04341fa50c3fb7fc5255afad6f9 /games-rpg/daimonin-client | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-4bba7fe845800f39172b2352bade922d71f61a1a.tar.gz gentoo-2-4bba7fe845800f39172b2352bade922d71f61a1a.tar.bz2 gentoo-2-4bba7fe845800f39172b2352bade922d71f61a1a.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-rpg/daimonin-client')
-rw-r--r-- | games-rpg/daimonin-client/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-rpg/daimonin-client/ChangeLog b/games-rpg/daimonin-client/ChangeLog index 73074c48510e..ff69ea1a4d7f 100644 --- a/games-rpg/daimonin-client/ChangeLog +++ b/games-rpg/daimonin-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/daimonin-client -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.30 2011/01/15 15:10:23 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.31 2014/05/15 16:57:56 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> daimonin-client-0.10.5.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 15 Jan 2011; Markus Meier <maekke@gentoo.org> daimonin-client-0.10.5.ebuild: x86 stable, bug #350774 diff --git a/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild b/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild index 5ec772a1e266..b0246e49105f 100644 --- a/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild +++ b/games-rpg/daimonin-client/daimonin-client-0.10.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-rpg/daimonin-client/daimonin-client-0.10.5.ebuild,v 1.4 2011/01/15 15:10:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild,v 1.5 2014/05/15 16:57:56 ulm Exp $ EAPI=2 inherit eutils autotools games @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="music debug" -RDEPEND="media-libs/libsdl[audio,video] +RDEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] dev-games/physfs |