diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:52:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:52:09 +0000 |
commit | c92caf8efb114a9518b4dd3d5d6a18b88e12758b (patch) | |
tree | c1e20822a8a4c60f8893c9d11f2f71ef6905b33c /games-puzzle | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-c92caf8efb114a9518b4dd3d5d6a18b88e12758b.tar.gz gentoo-2-c92caf8efb114a9518b4dd3d5d6a18b88e12758b.tar.bz2 gentoo-2-c92caf8efb114a9518b4dd3d5d6a18b88e12758b.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-puzzle')
-rw-r--r-- | games-puzzle/jag/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/jag/jag-0.3.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/jag/ChangeLog b/games-puzzle/jag/ChangeLog index f84144b1e4db..09950e080582 100644 --- a/games-puzzle/jag/ChangeLog +++ b/games-puzzle/jag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/jag -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.20 2013/03/02 21:19:38 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.21 2014/05/15 16:52:09 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> jag-0.3.2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> jag-0.3.2.ebuild: Move Qt dependencies to the new category diff --git a/games-puzzle/jag/jag-0.3.2.ebuild b/games-puzzle/jag/jag-0.3.2.ebuild index 41e53cbe4642..08f93bc10500 100644 --- a/games-puzzle/jag/jag-0.3.2.ebuild +++ b/games-puzzle/jag/jag-0.3.2.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-puzzle/jag/jag-0.3.2.ebuild,v 1.6 2013/03/02 21:19:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.2.ebuild,v 1.7 2014/05/15 16:52:09 ulm Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -19,7 +19,7 @@ RDEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 x11-libs/libXrandr - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-mixer" DEPEND="${RDEPEND} app-arch/unzip" |