diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:20:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:20:54 +0000 |
commit | 49386567f9bc1a26cfd839b5ff45a9911b255d9f (patch) | |
tree | 64287608f1b5016b57dc45e9f679d4c0930c27d7 /games-action/clanbomber/clanbomber-2.1.1.ebuild | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-49386567f9bc1a26cfd839b5ff45a9911b255d9f.tar.gz gentoo-2-49386567f9bc1a26cfd839b5ff45a9911b255d9f.tar.bz2 gentoo-2-49386567f9bc1a26cfd839b5ff45a9911b255d9f.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-action/clanbomber/clanbomber-2.1.1.ebuild')
-rw-r--r-- | games-action/clanbomber/clanbomber-2.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/clanbomber/clanbomber-2.1.1.ebuild b/games-action/clanbomber/clanbomber-2.1.1.ebuild index 0b689a9a95e9..730bc74cd02b 100644 --- a/games-action/clanbomber/clanbomber-2.1.1.ebuild +++ b/games-action/clanbomber/clanbomber-2.1.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-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.6 2012/11/15 11:43:55 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.7 2014/05/15 16:20:54 ulm Exp $ EAPI=2 inherit autotools base eutils flag-o-matic games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -RDEPEND="media-libs/libsdl[audio,joystick,video] +RDEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-image[png] media-libs/sdl-mixer media-libs/sdl-ttf |