diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 10:49:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 10:49:54 +0000 |
commit | 2a018403a0dc8638fce855df5980aa8d958bc576 (patch) | |
tree | 43d942215b4c028f0aedb5296e4ee36cc4d52955 /dev-tcltk/tclpython | |
parent | Fix tcl/tk slotting; Bump to EAPI=5 (diff) | |
download | gentoo-2-2a018403a0dc8638fce855df5980aa8d958bc576.tar.gz gentoo-2-2a018403a0dc8638fce855df5980aa8d958bc576.tar.bz2 gentoo-2-2a018403a0dc8638fce855df5980aa8d958bc576.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r-- | dev-tcltk/tclpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclpython/tclpython-4.1-r4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-tcltk/tclpython/ChangeLog b/dev-tcltk/tclpython/ChangeLog index 975a77395499..b490c693154e 100644 --- a/dev-tcltk/tclpython/ChangeLog +++ b/dev-tcltk/tclpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclpython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.23 2015/01/05 12:45:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.24 2015/03/20 10:49:54 jlec Exp $ + + 20 Mar 2015; Justin Lecher <jlec@gentoo.org> tclpython-4.1-r4.ebuild: + Fix tcl/tk slotting 05 Jan 2015; Justin Lecher <jlec@gentoo.org> -tclpython-3.1-r1.ebuild, -tclpython-4.1-r2.ebuild: diff --git a/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild index 12e5b96b0881..c823cb4c4650 100644 --- a/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild +++ b/dev-tcltk/tclpython/tclpython-4.1-r4.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/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild,v 1.4 2014/12/31 16:02:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild,v 1.5 2015/03/20 10:49:54 jlec Exp $ EAPI=5 @@ -20,7 +20,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - dev-lang/tcl" + dev-lang/tcl:0=" RDEPEND="${DEPEND}" PATCHES=( |