diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:29:22 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:29:22 +0000 |
commit | e0cc53e5f71f056de2cafacbe8544dfb3d1076e2 (patch) | |
tree | 768ff2d1079ea6f292c5bff48bb173c64587cdd9 /sci-visualization/zhu3d | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-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/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/zhu3d/zhu3d-4.2.4.ebuild | 8 |
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" ) |