diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:19:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:19:20 +0000 |
commit | 9288a988fc2bdc12d355e9ae7c0ee3f4a587922c (patch) | |
tree | ab86da7efc118374f012a455295faca4c9ac265e /games-puzzle | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-9288a988fc2bdc12d355e9ae7c0ee3f4a587922c.tar.gz gentoo-2-9288a988fc2bdc12d355e9ae7c0ee3f4a587922c.tar.bz2 gentoo-2-9288a988fc2bdc12d355e9ae7c0ee3f4a587922c.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/hexalate/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/hexalate/hexalate-1.0.1.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-puzzle/hexalate/ChangeLog b/games-puzzle/hexalate/ChangeLog index 5b9324cf72c4..698e7cb4599a 100644 --- a/games-puzzle/hexalate/ChangeLog +++ b/games-puzzle/hexalate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/hexalate -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.3 2012/03/28 17:17:27 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.4 2013/03/02 21:19:20 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> hexalate-1.0.1.ebuild: + Move Qt dependencies to the new category 28 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> hexalate-1.0.1.ebuild: migrate to qt4-r2 eclass with patch from Michael (kensington) (bug #410027) @@ -14,4 +17,3 @@ 31 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +hexalate-1.0.1.ebuild: Initial commit. - diff --git a/games-puzzle/hexalate/hexalate-1.0.1.ebuild b/games-puzzle/hexalate/hexalate-1.0.1.ebuild index 7f998e598c57..9e60234cdb2d 100644 --- a/games-puzzle/hexalate/hexalate-1.0.1.ebuild +++ b/games-puzzle/hexalate/hexalate-1.0.1.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/hexalate/hexalate-1.0.1.ebuild,v 1.3 2012/03/28 17:17:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.4 2013/03/02 21:19:20 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4" src_configure() { qt4-r2_src_configure |