diff options
author | 2015-03-25 13:26:47 +0000 | |
---|---|---|
committer | 2015-03-25 13:26:47 +0000 | |
commit | c24774b5c929aaa2286acaf27718a1003edc4ccb (patch) | |
tree | e2ff716e762379154757841d4008ff2ffc6bd938 /dev-util/insight | |
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')
-rw-r--r-- | dev-util/insight/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/insight/insight-6.8.1-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/insight/insight-6.8.1.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog index c4eeafd48ddf..f648b3ee37b9 100644 --- a/dev-util/insight/ChangeLog +++ b/dev-util/insight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/insight -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.57 2013/11/03 17:09:14 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.58 2015/03/25 13:26:47 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> insight-6.8.1-r1.ebuild, + insight-6.8.1.ebuild: + Fix tcl/tk slotting 03 Nov 2013; Julian Ospald <hasufell@gentoo.org> insight-6.8.1.ebuild, insight-6.8.1-r1.ebuild, +files/insight-6.8.1-automake-1.13.patch: diff --git a/dev-util/insight/insight-6.8.1-r1.ebuild b/dev-util/insight/insight-6.8.1-r1.ebuild index 710860796419..dd235bbb9ac6 100644 --- a/dev-util/insight/insight-6.8.1-r1.ebuild +++ b/dev-util/insight/insight-6.8.1-r1.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-r1.ebuild,v 1.2 2013/11/03 17:09:14 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.3 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 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 |