diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:19:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:19:05 +0000 |
commit | 1c0ae57007a40e14f84ac5f223cc7724f876b548 (patch) | |
tree | 25da31207f5dc4d605c488ed6d9df6b919c01234 /games-puzzle | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-1c0ae57007a40e14f84ac5f223cc7724f876b548.tar.gz gentoo-2-1c0ae57007a40e14f84ac5f223cc7724f876b548.tar.bz2 gentoo-2-1c0ae57007a40e14f84ac5f223cc7724f876b548.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/gottet/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/gottet/gottet-1.0.4.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/gottet/ChangeLog b/games-puzzle/gottet/ChangeLog index 51447bd7afe6..83b6abe28a32 100644 --- a/games-puzzle/gottet/ChangeLog +++ b/games-puzzle/gottet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/gottet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v 1.8 2013/01/22 20:09:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v 1.9 2013/03/02 21:19:05 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> gottet-1.0.4.ebuild: + Move Qt dependencies to the new category 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -gottet-1.0.3.ebuild: old diff --git a/games-puzzle/gottet/gottet-1.0.4.ebuild b/games-puzzle/gottet/gottet-1.0.4.ebuild index dd301508a338..62960b126317 100644 --- a/games-puzzle/gottet/gottet-1.0.4.ebuild +++ b/games-puzzle/gottet/gottet-1.0.4.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/gottet/gottet-1.0.4.ebuild,v 1.4 2012/05/30 05:28:40 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/gottet-1.0.4.ebuild,v 1.5 2013/03/02 21:19:05 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() { eqmake4 |