diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:07:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:07:33 +0000 |
commit | 0225463ff355e4a0e80abc9641c2e23634e3ba25 (patch) | |
tree | 7087913f77efc98c852404892b069609a5bc8595 /games-strategy/uqm | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-0225463ff355e4a0e80abc9641c2e23634e3ba25.tar.gz gentoo-2-0225463ff355e4a0e80abc9641c2e23634e3ba25.tar.bz2 gentoo-2-0225463ff355e4a0e80abc9641c2e23634e3ba25.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/uqm')
-rw-r--r-- | games-strategy/uqm/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/uqm/uqm-0.7.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/uqm/ChangeLog b/games-strategy/uqm/ChangeLog index 31386b038c5f..c447c02af465 100644 --- a/games-strategy/uqm/ChangeLog +++ b/games-strategy/uqm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/uqm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.44 2014/05/04 14:53:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.45 2014/05/15 17:07:33 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> uqm-0.7.0-r2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 04 May 2014; Julian Ospald <hasufell@gentoo.org> uqm-0.7.0-r2.ebuild: fix build if CC has whitespace diff --git a/games-strategy/uqm/uqm-0.7.0-r2.ebuild b/games-strategy/uqm/uqm-0.7.0-r2.ebuild index ef9ec373aa64..099434fa1e69 100644 --- a/games-strategy/uqm/uqm-0.7.0-r2.ebuild +++ b/games-strategy/uqm/uqm-0.7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 1.5 2014/05/04 14:53:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 1.6 2014/05/15 17:07:33 ulm Exp $ EAPI=2 inherit eutils multilib toolchain-funcs games @@ -23,7 +23,7 @@ IUSE="music opengl remix voice" RDEPEND="media-libs/libmikmod media-libs/libogg >=media-libs/libpng-1.4 - media-libs/libsdl[X,audio,joystick,video] + media-libs/libsdl[X,sound,joystick,video] media-libs/libvorbis media-libs/sdl-image[png] sys-libs/zlib |