summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:29:22 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:29:22 +0000
commite0cc53e5f71f056de2cafacbe8544dfb3d1076e2 (patch)
tree768ff2d1079ea6f292c5bff48bb173c64587cdd9 /sci-visualization/zhu3d
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-e0cc53e5f71f056de2cafacbe8544dfb3d1076e2.tar.gz
gentoo-2-e0cc53e5f71f056de2cafacbe8544dfb3d1076e2.tar.bz2
gentoo-2-e0cc53e5f71f056de2cafacbe8544dfb3d1076e2.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 'sci-visualization/zhu3d')
-rw-r--r--sci-visualization/zhu3d/ChangeLog5
-rw-r--r--sci-visualization/zhu3d/zhu3d-4.2.4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-visualization/zhu3d/ChangeLog b/sci-visualization/zhu3d/ChangeLog
index fa926f06bbda..437dfc50a940 100644
--- a/sci-visualization/zhu3d/ChangeLog
+++ b/sci-visualization/zhu3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/zhu3d
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/ChangeLog,v 1.24 2013/02/02 17:15:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/ChangeLog,v 1.25 2013/03/02 23:29:22 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> zhu3d-4.2.4.ebuild:
+ Move Qt dependencies to the new category
02 Feb 2013; Justin Lecher <jlec@gentoo.org> zhu3d-4.2.4.ebuild,
metadata.xml:
diff --git a/sci-visualization/zhu3d/zhu3d-4.2.4.ebuild b/sci-visualization/zhu3d/zhu3d-4.2.4.ebuild
index 3badc6a24d60..765e298cae17 100644
--- a/sci-visualization/zhu3d/zhu3d-4.2.4.ebuild
+++ b/sci-visualization/zhu3d/zhu3d-4.2.4.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/sci-visualization/zhu3d/zhu3d-4.2.4.ebuild,v 1.5 2013/02/02 17:15:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/zhu3d-4.2.4.ebuild,v 1.6 2013/03/02 23:29:22 hwoarang Exp $
EAPI=4
@@ -20,9 +20,9 @@ IUSE=""
DEPEND="
virtual/glu
virtual/opengl
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-opengl:4"
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtopengl:4"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-gold.patch" )