diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:05:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:05:54 +0000 |
commit | 48afa34c20f67324acba4d588e505400b3c3795f (patch) | |
tree | 5449b51659d59890e65b14ecc9507e1aecf855e7 /games-strategy/megaglest/megaglest-3.9.0.4.ebuild | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-48afa34c20f67324acba4d588e505400b3c3795f.tar.gz gentoo-2-48afa34c20f67324acba4d588e505400b3c3795f.tar.bz2 gentoo-2-48afa34c20f67324acba4d588e505400b3c3795f.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-strategy/megaglest/megaglest-3.9.0.4.ebuild')
-rw-r--r-- | games-strategy/megaglest/megaglest-3.9.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/megaglest/megaglest-3.9.0.4.ebuild b/games-strategy/megaglest/megaglest-3.9.0.4.ebuild index 4c5819399c99..af66c83311f0 100644 --- a/games-strategy/megaglest/megaglest-3.9.0.4.ebuild +++ b/games-strategy/megaglest/megaglest-3.9.0.4.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-strategy/megaglest/megaglest-3.9.0.4.ebuild,v 1.1 2013/11/20 19:24:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.0.4.ebuild,v 1.2 2014/05/15 17:05:54 ulm Exp $ # google-breakpad # TODO: fribidi, libvorbis static @@ -23,7 +23,7 @@ RDEPEND=" dev-libs/libxml2 media-libs/fontconfig media-libs/freetype - media-libs/libsdl[X,audio,joystick,opengl,video] + media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/libvorbis media-libs/openal net-libs/gnutls |