diff options
author | 2013-03-02 21:18:46 +0000 | |
---|---|---|
committer | 2013-03-02 21:18:46 +0000 | |
commit | e5a37167372f2f2d8f7ceb50c7aa3d6c5290849e (patch) | |
tree | dc0eb7c277cc7f0ce4e82a9cde7cd746e19aa026 /games-puzzle | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-e5a37167372f2f2d8f7ceb50c7aa3d6c5290849e.tar.gz gentoo-2-e5a37167372f2f2d8f7ceb50c7aa3d6c5290849e.tar.bz2 gentoo-2-e5a37167372f2f2d8f7ceb50c7aa3d6c5290849e.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/cutemaze/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/cutemaze/cutemaze-1.1.0.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-puzzle/cutemaze/ChangeLog b/games-puzzle/cutemaze/ChangeLog index f283d1d08f9b..5088c38c331c 100644 --- a/games-puzzle/cutemaze/ChangeLog +++ b/games-puzzle/cutemaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/cutemaze -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.3 2012/03/28 18:15:51 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.4 2013/03/02 21:18:46 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cutemaze-1.1.0.ebuild: + Move Qt dependencies to the new category 28 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> cutemaze-1.1.0.ebuild: Use qt4-r2 eclass with patch from Michael (kensington) (bug #410029) @@ -14,4 +17,3 @@ 04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +cutemaze-1.1.0.ebuild: Initial commit. - diff --git a/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild index c1e575ff6993..67c65ba6442b 100644 --- a/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild +++ b/games-puzzle/cutemaze/cutemaze-1.1.0.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/cutemaze/cutemaze-1.1.0.ebuild,v 1.3 2012/03/28 18:15:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.4 2013/03/02 21:18:46 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -14,9 +14,9 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-svg:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4" src_configure() { qt4-r2_src_configure |