diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:23:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:23:47 +0000 |
commit | 2ae0f30dabf2cab63315ae3da1804a3d96eab234 (patch) | |
tree | 2f7715c09b70954f56d308f353872d413cfa1cb0 /sci-libs/plplot | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-2ae0f30dabf2cab63315ae3da1804a3d96eab234.tar.gz gentoo-2-2ae0f30dabf2cab63315ae3da1804a3d96eab234.tar.bz2 gentoo-2-2ae0f30dabf2cab63315ae3da1804a3d96eab234.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-libs/plplot')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.9-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 2a695d1b27fb..cb39f01d1a5c 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.47 2013/02/01 12:34:13 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.48 2013/03/02 23:23:47 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> plplot-5.9.9-r1.ebuild: + Move Qt dependencies to the new category 01 Feb 2013; Ben de Groot <yngwin@gentoo.org> plplot-5.9.9-r1.ebuild: Correct freefont path diff --git a/sci-libs/plplot/plplot-5.9.9-r1.ebuild b/sci-libs/plplot/plplot-5.9.9-r1.ebuild index 5850d1a5b048..82dfaa248de0 100644 --- a/sci-libs/plplot/plplot-5.9.9-r1.ebuild +++ b/sci-libs/plplot/plplot-5.9.9-r1.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-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.9 2013/02/01 12:34:13 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.10 2013/03/02 23:23:47 hwoarang Exp $ EAPI=4 @@ -41,8 +41,8 @@ RDEPEND=" qt4? ( dev-python/PyQt4 ) ) qhull? ( media-libs/qhull ) qt4? ( - x11-libs/qt-gui:4 - x11-libs/qt-svg:4 ) + dev-qt/qtgui:4 + dev-qt/qtsvg:4 ) tcl? ( dev-lang/tcl dev-tcltk/itcl tk? ( dev-lang/tk dev-tcltk/itk ) ) truetype? ( |