diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:22:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:22:46 +0000 |
commit | 69b66689c332e72121bce5d90aac499cd17d655c (patch) | |
tree | b9abf4dc48893da939fcd3486b6f92d6ba77d204 /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-69b66689c332e72121bce5d90aac499cd17d655c.tar.gz gentoo-2-69b66689c332e72121bce5d90aac499cd17d655c.tar.bz2 gentoo-2-69b66689c332e72121bce5d90aac499cd17d655c.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')
-rw-r--r-- | games-action/gltron/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.70-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/gltron/ChangeLog b/games-action/gltron/ChangeLog index 3970c34ea15b..de0794d66c30 100644 --- a/games-action/gltron/ChangeLog +++ b/games-action/gltron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/gltron -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.15 2010/08/24 03:49:06 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.16 2014/05/15 16:22:46 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> gltron-0.70-r1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 24 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> gltron-0.70-r1.ebuild: diff --git a/games-action/gltron/gltron-0.70-r1.ebuild b/games-action/gltron/gltron-0.70-r1.ebuild index 175074e50b94..84de01eb9103 100644 --- a/games-action/gltron/gltron-0.70-r1.ebuild +++ b/games-action/gltron/gltron-0.70-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/gltron/gltron-0.70-r1.ebuild,v 1.7 2010/08/24 03:49:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 1.8 2014/05/15 16:22:46 ulm Exp $ EAPI=2 inherit eutils games @@ -17,7 +17,7 @@ IUSE="" DEPEND="virtual/opengl media-libs/libpng - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-sound[vorbis,mikmod] media-libs/smpeg |