diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:28:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:28:48 +0000 |
commit | 29fedc0387f972f096a7ea78f98cea51b20f66ff (patch) | |
tree | 8489b8afa3aed811f55b5b51ae1de093791cf1f4 /sci-visualization | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-29fedc0387f972f096a7ea78f98cea51b20f66ff.tar.gz gentoo-2-29fedc0387f972f096a7ea78f98cea51b20f66ff.tar.bz2 gentoo-2-29fedc0387f972f096a7ea78f98cea51b20f66ff.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')
-rw-r--r-- | sci-visualization/udav/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/udav/udav-0.7.1.2-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-visualization/udav/ChangeLog b/sci-visualization/udav/ChangeLog index f0faa17ac58f..dd7bed53343d 100644 --- a/sci-visualization/udav/ChangeLog +++ b/sci-visualization/udav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/udav -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v 1.10 2012/08/04 17:55:35 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v 1.11 2013/03/02 23:28:48 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> udav-0.7.1.2-r1.ebuild: + Move Qt dependencies to the new category 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> udav-0.7.1.2-r1.ebuild: Block newer mathgl diff --git a/sci-visualization/udav/udav-0.7.1.2-r1.ebuild b/sci-visualization/udav/udav-0.7.1.2-r1.ebuild index 3e7087ccfb84..b8ef5e1a8583 100644 --- a/sci-visualization/udav/udav-0.7.1.2-r1.ebuild +++ b/sci-visualization/udav/udav-0.7.1.2-r1.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/sci-visualization/udav/udav-0.7.1.2-r1.ebuild,v 1.2 2012/08/04 17:55:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/udav-0.7.1.2-r1.ebuild,v 1.3 2013/03/02 23:28:48 hwoarang Exp $ EAPI=4 @@ -20,8 +20,8 @@ IUSE="" DEPEND=" sci-libs/hdf5 =sci-libs/mathgl-1*[hdf5,gsl,qt4] - x11-libs/qt-core:4 - x11-libs/qt-gui:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4" RDEPEND="${DEPEND}" PATCHES=( |