diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:59:12 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:59:12 +0000 |
commit | f6c9ffd37e2ad8a5169ba0e48d80e6903a7258cd (patch) | |
tree | 63f503a67093f9dbc8e61ad68dc00d70dd642a59 /dev-tcltk/tclpython | |
parent | Stable on amd64 wrt bug #364825 (diff) | |
download | gentoo-2-f6c9ffd37e2ad8a5169ba0e48d80e6903a7258cd.tar.gz gentoo-2-f6c9ffd37e2ad8a5169ba0e48d80e6903a7258cd.tar.bz2 gentoo-2-f6c9ffd37e2ad8a5169ba0e48d80e6903a7258cd.zip |
Stable on amd64 wrt bug #364825
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r-- | dev-tcltk/tclpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclpython/tclpython-4.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tclpython/ChangeLog b/dev-tcltk/tclpython/ChangeLog index a4d53b24fcfc..ef2ef79cd6a9 100644 --- a/dev-tcltk/tclpython/ChangeLog +++ b/dev-tcltk/tclpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclpython # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.15 2011/04/06 18:49:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.16 2011/05/11 19:59:12 angelos Exp $ + + 11 May 2011; Christoph Mende <angelos@gentoo.org> tclpython-4.1-r2.ebuild: + Stable on amd64 wrt bug #364825 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> tclpython-3.1-r1.ebuild, tclpython-4.1-r2.ebuild: diff --git a/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild index e8d4d9787bf3..6fa254e3b91e 100644 --- a/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild +++ b/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild,v 1.5 2011/04/12 17:12:04 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r2.ebuild,v 1.6 2011/05/11 19:59:12 angelos Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="dev-lang/tcl" |