diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:42:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:42:07 +0000 |
commit | fbfd765f29570d2f73ebc909d791fb38ab72cae4 (patch) | |
tree | d7d71e8dc025d8a4f42fd614902d5545d3087285 /media-gfx/graphviz/graphviz-2.28.0.ebuild | |
parent | Fix tcl/tk slotting (diff) | |
download | historical-fbfd765f29570d2f73ebc909d791fb38ab72cae4.tar.gz historical-fbfd765f29570d2f73ebc909d791fb38ab72cae4.tar.bz2 historical-fbfd765f29570d2f73ebc909d791fb38ab72cae4.zip |
Fix tcl/tk slotting
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'media-gfx/graphviz/graphviz-2.28.0.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.28.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/graphviz/graphviz-2.28.0.ebuild b/media-gfx/graphviz/graphviz-2.28.0.ebuild index 1c5d016a1d4d..db20467ee0e0 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-2014 Gentoo Foundation +# Copyright 1999-2015 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.23 2014/10/19 21:21:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.24 2015/03/25 15:42:04 jlec Exp $ EAPI=5 @@ -56,7 +56,7 @@ RDEPEND=" ) ruby? ( dev-lang/ruby ) svg? ( gnome-base/librsvg ) - tcl? ( >=dev-lang/tcl-8.3 )" + tcl? ( >=dev-lang/tcl-8.3:0= )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/flex |