diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 13:26:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 13:26:47 +0000 |
commit | c24774b5c929aaa2286acaf27718a1003edc4ccb (patch) | |
tree | e2ff716e762379154757841d4008ff2ffc6bd938 /dev-util/insight/insight-6.8.1.ebuild | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-c24774b5c929aaa2286acaf27718a1003edc4ccb.tar.gz gentoo-2-c24774b5c929aaa2286acaf27718a1003edc4ccb.tar.bz2 gentoo-2-c24774b5c929aaa2286acaf27718a1003edc4ccb.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-util/insight/insight-6.8.1.ebuild')
-rw-r--r-- | dev-util/insight/insight-6.8.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/insight/insight-6.8.1.ebuild b/dev-util/insight/insight-6.8.1.ebuild index b4f868f71d8c..c32fdb0df3ab 100644 --- a/dev-util/insight/insight-6.8.1.ebuild +++ b/dev-util/insight/insight-6.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild,v 1.8 2013/11/03 17:09:14 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild,v 1.9 2015/03/25 13:26:47 jlec Exp $ EAPI=4 @@ -26,8 +26,8 @@ RDEPEND=" x11-libs/libX11 " DEPEND="${RDEPEND} - dev-lang/tcl - dev-lang/tk + dev-lang/tcl:0 + dev-lang/tk:0 dev-tcltk/itcl dev-tcltk/itk sys-devel/bison |