diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:23:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:23:04 +0000 |
commit | 78f4aa04f4f193455b9b15dfd67b05ba60b9446f (patch) | |
tree | e8c83874f6bb2a38ea3ba1a779838fa7fd4c2488 /dev-tcltk/tclpython | |
parent | Stable for amd64, wrt bug #531494 (diff) | |
download | gentoo-2-78f4aa04f4f193455b9b15dfd67b05ba60b9446f.tar.gz gentoo-2-78f4aa04f4f193455b9b15dfd67b05ba60b9446f.tar.bz2 gentoo-2-78f4aa04f4f193455b9b15dfd67b05ba60b9446f.zip |
Stable for amd64, wrt bug #529448
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r-- | dev-tcltk/tclpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tclpython/tclpython-4.1-r4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-tcltk/tclpython/ChangeLog b/dev-tcltk/tclpython/ChangeLog index c0a5c875ad46..f09c0a706105 100644 --- a/dev-tcltk/tclpython/ChangeLog +++ b/dev-tcltk/tclpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclpython # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.19 2014/10/27 14:22:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.20 2014/12/27 19:23:04 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> tclpython-4.1-r4.ebuild: + Stable for amd64, wrt bug #529448 *tclpython-4.1-r4 (27 Oct 2014) @@ -78,4 +81,3 @@ 17 May 2004; <matsuu@gentoo.org> +tclpython-3.1.ebuild: Initial import. - diff --git a/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild index 63ef9a4d1bb2..07804c14b674 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 # 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.1 2014/10/27 14:22:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild,v 1.2 2014/12/27 19:23:04 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |