summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:12:54 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:12:54 +0000
commitbb867ec8b6cb5f922f1fb6982e784f8186192026 (patch)
tree86d259cf09e44943a13c62e5e60e5a6e3056ba2e /games-board
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-bb867ec8b6cb5f922f1fb6982e784f8186192026.tar.gz
gentoo-2-bb867ec8b6cb5f922f1fb6982e784f8186192026.tar.bz2
gentoo-2-bb867ec8b6cb5f922f1fb6982e784f8186192026.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-board')
-rw-r--r--games-board/peg-e/ChangeLog6
-rw-r--r--games-board/peg-e/peg-e-1.1.0.ebuild6
-rw-r--r--games-board/peg-e/peg-e-1.1.2.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/games-board/peg-e/ChangeLog b/games-board/peg-e/ChangeLog
index dc87903de2a4..2d3a793692ab 100644
--- a/games-board/peg-e/ChangeLog
+++ b/games-board/peg-e/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/peg-e
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v 1.5 2013/02/19 08:24:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/ChangeLog,v 1.6 2013/03/02 21:12:54 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> peg-e-1.1.0.ebuild,
+ peg-e-1.1.2.ebuild:
+ Move Qt dependencies to the new category
19 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> -peg-e-1.1.1.ebuild:
old
diff --git a/games-board/peg-e/peg-e-1.1.0.ebuild b/games-board/peg-e/peg-e-1.1.0.ebuild
index 44e0164f1899..751fb6b46f12 100644
--- a/games-board/peg-e/peg-e-1.1.0.ebuild
+++ b/games-board/peg-e/peg-e-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild,v 1.3 2011/11/02 01:36:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild,v 1.4 2013/03/02 21:12:54 hwoarang Exp $
EAPI=2
inherit eutils qt4-r2 games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-DEPEND="x11-libs/qt-gui:4"
+DEPEND="dev-qt/qtgui:4"
src_configure() {
eqmake4
diff --git a/games-board/peg-e/peg-e-1.1.2.ebuild b/games-board/peg-e/peg-e-1.1.2.ebuild
index d4836e0ba517..f656dfef9c85 100644
--- a/games-board/peg-e/peg-e-1.1.2.ebuild
+++ b/games-board/peg-e/peg-e-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild,v 1.1 2013/02/17 03:19:28 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.2.ebuild,v 1.2 2013/03/02 21:12:54 hwoarang Exp $
EAPI=5
inherit eutils gnome2-utils qt4-r2 games
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4"
+RDEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4"
DEPEND="${RDEPEND}"
src_configure() {