diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:04:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:04:45 +0000 |
commit | 35c49479c4ea9dbf47f574f60eb403f11621ebf2 (patch) | |
tree | 078f5524ecad093ff7e2e55ac3797f1eaf739485 /games-strategy/ja2-stracciatella | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-35c49479c4ea9dbf47f574f60eb403f11621ebf2.tar.gz gentoo-2-35c49479c4ea9dbf47f574f60eb403f11621ebf2.tar.bz2 gentoo-2-35c49479c4ea9dbf47f574f60eb403f11621ebf2.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/ja2-stracciatella')
-rw-r--r-- | games-strategy/ja2-stracciatella/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-strategy/ja2-stracciatella/ChangeLog b/games-strategy/ja2-stracciatella/ChangeLog index d743deedcbea..d579c5f203e7 100644 --- a/games-strategy/ja2-stracciatella/ChangeLog +++ b/games-strategy/ja2-stracciatella/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/ja2-stracciatella -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.5 2012/11/21 10:13:12 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.6 2014/05/15 17:04:45 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> + ja2-stracciatella-0.12.1_p7072.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ja2-stracciatella-0.12.1_p7072.ebuild: diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild index 8e6836fe5cf2..04b98f570213 100644 --- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild +++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.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-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.5 2012/11/21 10:13:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.6 2014/05/15 17:04:45 ulm Exp $ EAPI=4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="cdinstall editor zlib" -RDEPEND="media-libs/libsdl[X,audio,video] +RDEPEND="media-libs/libsdl[X,sound,video] cdinstall? ( games-strategy/ja2-stracciatella-data ) zlib? ( sys-libs/zlib )" |