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/vor/vor-0.5.5.ebuild | |
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/vor/vor-0.5.5.ebuild')
-rw-r--r-- | games-arcade/vor/vor-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |