diff options
author | 2014-05-15 17:06:17 +0000 | |
---|---|---|
committer | 2014-05-15 17:06:17 +0000 | |
commit | f49461ea5c3705ceeba1c59552d13009326a5269 (patch) | |
tree | 16947d76bed2165eed2ec1fb5a390023c785b4ca /games-strategy/naev | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-f49461ea5c3705ceeba1c59552d13009326a5269.tar.gz gentoo-2-f49461ea5c3705ceeba1c59552d13009326a5269.tar.bz2 gentoo-2-f49461ea5c3705ceeba1c59552d13009326a5269.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/naev')
-rw-r--r-- | games-strategy/naev/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/naev/naev-0.5.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/naev/ChangeLog b/games-strategy/naev/ChangeLog index 76f6e84ee266..e19e188adf15 100644 --- a/games-strategy/naev/ChangeLog +++ b/games-strategy/naev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/naev -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.19 2013/07/02 00:40:03 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.20 2014/05/15 17:06:17 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> naev-0.5.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 02 Jul 2013; Julian Ospald <hasufell@gentoo.org> naev-0.5.3.ebuild: make build log verbose diff --git a/games-strategy/naev/naev-0.5.3.ebuild b/games-strategy/naev/naev-0.5.3.ebuild index 8bbc2b446cb6..e532a549d3f4 100644 --- a/games-strategy/naev/naev-0.5.3.ebuild +++ b/games-strategy/naev/naev-0.5.3.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/naev/naev-0.5.3.ebuild,v 1.7 2013/07/02 00:40:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.8 2014/05/15 17:06:17 ulm Exp $ EAPI=2 inherit gnome2-utils games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug +mixer +openal" -RDEPEND="media-libs/libsdl[X,audio,video] +RDEPEND="media-libs/libsdl[X,sound,video] dev-libs/libxml2 >=media-libs/freetype-2 >=media-libs/libvorbis-1.2.1 |