diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:19:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:19:38 +0000 |
commit | ef5fafce51473309fbe11c66071e107c7e1fafa8 (patch) | |
tree | 6bb6ce69da81e3cde6c61fb6e1b9e2741b643889 /games-puzzle | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-ef5fafce51473309fbe11c66071e107c7e1fafa8.tar.gz gentoo-2-ef5fafce51473309fbe11c66071e107c7e1fafa8.tar.bz2 gentoo-2-ef5fafce51473309fbe11c66071e107c7e1fafa8.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/jag/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/jag/jag-0.3.2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-puzzle/jag/ChangeLog b/games-puzzle/jag/ChangeLog index 30232c5add2e..f84144b1e4db 100644 --- a/games-puzzle/jag/ChangeLog +++ b/games-puzzle/jag/ChangeLog @@ -1,6 +1,9 @@ # 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.19 2013/02/01 00:19:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.20 2013/03/02 21:19:38 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> jag-0.3.2.ebuild: + Move Qt dependencies to the new category 01 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml: metadata cleanup diff --git a/games-puzzle/jag/jag-0.3.2.ebuild b/games-puzzle/jag/jag-0.3.2.ebuild index 709f43c22f37..41e53cbe4642 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.5 2012/06/03 10:06:55 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.2.ebuild,v 1.6 2013/03/02 21:19:38 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="editor" -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 x11-libs/libXrandr media-libs/libsdl[audio,video] media-libs/sdl-mixer" |