diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:59:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:59:34 +0000 |
commit | 448241f26f836c38b911b7f27b46f5da25c329e8 (patch) | |
tree | 6411b8f173f8bed56e0d9636d6230eb32cea7ede /dev-tcltk/tclpython | |
parent | Stable on amd64 wrt bug #363087 (diff) | |
download | historical-448241f26f836c38b911b7f27b46f5da25c329e8.tar.gz historical-448241f26f836c38b911b7f27b46f5da25c329e8.tar.bz2 historical-448241f26f836c38b911b7f27b46f5da25c329e8.zip |
Stable on amd64 wrt bug #364825
Package-Manager: portage-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" |