diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:30:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:30:14 +0000 |
commit | 00fac03592cbd1ff73ffc7ade480115761bab751 (patch) | |
tree | 8e5a655ffb805ac32f98255c925e75ba2e93ee93 /games-arcade | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-00fac03592cbd1ff73ffc7ade480115761bab751.tar.gz gentoo-2-00fac03592cbd1ff73ffc7ade480115761bab751.tar.bz2 gentoo-2-00fac03592cbd1ff73ffc7ade480115761bab751.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/penguin-command/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.11.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index b1c790db13f6..f9bbb28a6abf 100644 --- a/games-arcade/penguin-command/ChangeLog +++ b/games-arcade/penguin-command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/penguin-command -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.18 2012/09/05 06:37:57 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.19 2014/05/15 16:30:14 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> penguin-command-1.6.11.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> penguin-command-1.6.11.ebuild: diff --git a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild b/games-arcade/penguin-command/penguin-command-1.6.11.ebuild index cf6894766d45..53b08baed43d 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.11.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-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.4 2012/09/05 06:37:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.5 2014/05/15 16:30:14 ulm Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="media-libs/libsdl[audio,joystick,video] +DEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer[mod] media-libs/sdl-image[jpeg,png]" |