diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:34:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:34:07 +0000 |
commit | 7c66d9134d1f327297b6910cd91bb195f266ba2f (patch) | |
tree | dfa8be48367420980b377bacb3e1aab07c996ece /games-arcade | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-7c66d9134d1f327297b6910cd91bb195f266ba2f.tar.gz gentoo-2-7c66d9134d1f327297b6910cd91bb195f266ba2f.tar.bz2 gentoo-2-7c66d9134d1f327297b6910cd91bb195f266ba2f.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-arcade')
-rw-r--r-- | games-arcade/vor/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/vor/vor-0.5.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/vor/ChangeLog b/games-arcade/vor/ChangeLog index bd3d911df126..a8771984caa7 100644 --- a/games-arcade/vor/ChangeLog +++ b/games-arcade/vor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/vor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.13 2014/03/30 05:38:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.14 2014/05/15 16:34:07 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> vor-0.5.5.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 30 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> +files/vor-0.5.5-underlink.patch, vor-0.5.5.ebuild: diff --git a/games-arcade/vor/vor-0.5.5.ebuild b/games-arcade/vor/vor-0.5.5.ebuild index 23ee5747374a..f1ccf5d64c8e 100644 --- a/games-arcade/vor/vor-0.5.5.ebuild +++ b/games-arcade/vor/vor-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.5 2014/03/30 05:38:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.6 2014/05/15 16:34:07 ulm Exp $ EAPI=5 inherit autotools eutils gnome2-utils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[mod]" RDEPEND="${DEPEND}" |