diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:36:18 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:36:18 +0000 |
commit | 091e834bbccb5c106d063266e5927d03bfa1a5ad (patch) | |
tree | 953038bb3901deb2274509e18fd88697114056b4 /media-gfx/graphviz | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-091e834bbccb5c106d063266e5927d03bfa1a5ad.tar.gz gentoo-2-091e834bbccb5c106d063266e5927d03bfa1a5ad.tar.bz2 gentoo-2-091e834bbccb5c106d063266e5927d03bfa1a5ad.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 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.28.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 8fce10d5087b..fd44f1d80c9d 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.270 2013/02/22 20:56:24 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.271 2013/03/02 21:36:18 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> graphviz-2.28.0.ebuild: + Move Qt dependencies to the new category 22 Feb 2013; Zac Medico <zmedico@gentoo.org> graphviz-2.28.0.ebuild: Add ~arm-linux keyword. diff --git a/media-gfx/graphviz/graphviz-2.28.0.ebuild b/media-gfx/graphviz/graphviz-2.28.0.ebuild index 52eba574b457..9ddd4df4ce52 100644 --- a/media-gfx/graphviz/graphviz-2.28.0.ebuild +++ b/media-gfx/graphviz/graphviz-2.28.0.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/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.16 2013/02/22 20:56:24 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.17 2013/03/02 21:36:18 hwoarang Exp $ EAPI=4 PYTHON_DEPEND="python? 2" @@ -48,8 +48,8 @@ RDEPEND=" gts? ( sci-libs/gts ) lasi? ( media-libs/lasi ) qt4? ( - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 ) ruby? ( dev-lang/ruby ) svg? ( gnome-base/librsvg ) |