summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-04-20 08:00:16 +0000
committerJohannes Huber <johu@gentoo.org>2012-04-20 08:00:16 +0000
commit1f18f982406c1517f3f3c5191924a9540be54a0f (patch)
tree93f2d64392e4dd1654d666cd76a428a4476559f1 /games-puzzle/gottet
parentVersion bump. (diff)
downloadgentoo-2-1f18f982406c1517f3f3c5191924a9540be54a0f.tar.gz
gentoo-2-1f18f982406c1517f3f3c5191924a9540be54a0f.tar.bz2
gentoo-2-1f18f982406c1517f3f3c5191924a9540be54a0f.zip
Non maintainer commit. Move from deprecated qt4 eclass to qt4-r2, add missing dep, declare RDEPEND explicitly by Michael (kensington) <gentoo@scribeofthenile.com> and me. Wrt bug #311481.
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/gottet')
-rw-r--r--games-puzzle/gottet/ChangeLog9
-rw-r--r--games-puzzle/gottet/gottet-1.0.3.ebuild10
2 files changed, 13 insertions, 6 deletions
diff --git a/games-puzzle/gottet/ChangeLog b/games-puzzle/gottet/ChangeLog
index f76148aabd29..92cabd42f971 100644
--- a/games-puzzle/gottet/ChangeLog
+++ b/games-puzzle/gottet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/gottet
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v 1.2 2010/02/08 15:04:52 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v 1.3 2012/04/20 08:00:16 johu Exp $
+
+ 20 Apr 2012; Johannes Huber <johu@gentoo.org> gottet-1.0.3.ebuild:
+ Non maintainer commit. Move from deprecated qt4 eclass to qt4-r2, add missing
+ dep, declare RDEPEND explicitly by Michael (kensington)
+ <gentoo@scribeofthenile.com> and me. Wrt bug #311481.
08 Feb 2010; Christian Faulhammer <fauli@gentoo.org> gottet-1.0.3.ebuild:
stable x86, bug 302947
diff --git a/games-puzzle/gottet/gottet-1.0.3.ebuild b/games-puzzle/gottet/gottet-1.0.3.ebuild
index c9c63ed9084e..c7937f9bf970 100644
--- a/games-puzzle/gottet/gottet-1.0.3.ebuild
+++ b/games-puzzle/gottet/gottet-1.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/gottet-1.0.3.ebuild,v 1.2 2010/02/08 15:04:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/gottet-1.0.3.ebuild,v 1.3 2012/04/20 08:00:16 johu Exp $
EAPI=2
-inherit eutils qt4 games
+inherit eutils qt4-r2 games
DESCRIPTION="A tetris clone based on Qt4"
HOMEPAGE="http://gottcode.org/gottet/"
@@ -14,7 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-DEPEND="x11-libs/qt-gui:4"
+DEPEND="x11-libs/qt-core:4
+ x11-libs/qt-gui:4"
+RDEPEND="${DEPEND}"
src_configure() {
eqmake4