summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:44:00 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:44:00 +0000
commit6e90ae5b99cc7bc1ad67b75f6f8601ec3c3431ea (patch)
tree0cc56fd6b7e84499d021c0e96ce58c7407b90390 /games-engines/nazghul/nazghul-0.7.1.ebuild
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadhistorical-6e90ae5b99cc7bc1ad67b75f6f8601ec3c3431ea.tar.gz
historical-6e90ae5b99cc7bc1ad67b75f6f8601ec3c3431ea.tar.bz2
historical-6e90ae5b99cc7bc1ad67b75f6f8601ec3c3431ea.zip
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'games-engines/nazghul/nazghul-0.7.1.ebuild')
-rw-r--r--games-engines/nazghul/nazghul-0.7.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-engines/nazghul/nazghul-0.7.1.ebuild b/games-engines/nazghul/nazghul-0.7.1.ebuild
index ffaf678a1767..c67c454a2759 100644
--- a/games-engines/nazghul/nazghul-0.7.1.ebuild
+++ b/games-engines/nazghul/nazghul-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v 1.3 2012/05/21 10:15:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v 1.4 2014/05/15 16:42:05 ulm Exp $
EAPI=2
inherit eutils games
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="media-libs/libpng
- >=media-libs/libsdl-1.2.3[X,audio,video]
+ >=media-libs/libsdl-1.2.3[X,sound,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[midi,vorbis,wav]"