diff options
author | 2011-03-28 20:44:59 +0000 | |
---|---|---|
committer | 2011-03-28 20:44:59 +0000 | |
commit | 18913f69cd1247da598b1670fada3e4e06ec3ac2 (patch) | |
tree | aac76312075456a833a06ace1873ba7682d73e50 /media-gfx/graphviz/graphviz-2.26.3-r2.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-18913f69cd1247da598b1670fada3e4e06ec3ac2.tar.gz gentoo-2-18913f69cd1247da598b1670fada3e4e06ec3ac2.tar.bz2 gentoo-2-18913f69cd1247da598b1670fada3e4e06ec3ac2.zip |
Remove old, use slot deps for gtk+, and fix swig dependency.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/graphviz/graphviz-2.26.3-r2.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.26.3-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/graphviz/graphviz-2.26.3-r2.ebuild b/media-gfx/graphviz/graphviz-2.26.3-r2.ebuild index 7ded3231fd91..972a85f188b1 100644 --- a/media-gfx/graphviz/graphviz-2.26.3-r2.ebuild +++ b/media-gfx/graphviz/graphviz-2.26.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r2.ebuild,v 1.9 2011/01/22 19:02:22 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r2.ebuild,v 1.10 2011/03/28 20:44:59 radhermit Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -34,7 +34,7 @@ RDEPEND=" >=x11-libs/cairo-1.1.10[svg] ) gtk? ( - >=x11-libs/gtk+-2 + x11-libs/gtk+:2 x11-libs/libXaw >=x11-libs/pango-1.12 >=x11-libs/cairo-1.1.10 @@ -50,8 +50,7 @@ DEPEND="${RDEPEND} perl? ( dev-lang/swig ) python? ( dev-lang/swig ) ruby? ( dev-lang/swig ) - tcl? ( || ( <dev-lang/swig-1.3.38[tcl] - >=dev-lang/swig-1.3.38 ) )" + tcl? ( dev-lang/swig )" # Dependency description / Maintainer-Info: |