diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-12 13:37:16 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-12 13:37:16 +0000 |
commit | e19a1a7b8fe983d55583bab9abf9922bd17bc2dd (patch) | |
tree | 643622f00a2a3bbc3991e635e016e7624a7f0611 /dev-tcltk/tclpython | |
parent | x86 stable wrt bug #311867 (diff) | |
download | gentoo-2-e19a1a7b8fe983d55583bab9abf9922bd17bc2dd.tar.gz gentoo-2-e19a1a7b8fe983d55583bab9abf9922bd17bc2dd.tar.bz2 gentoo-2-e19a1a7b8fe983d55583bab9abf9922bd17bc2dd.zip |
x86 stable wrt bug #312507
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r-- | dev-tcltk/tclpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tclpython/tclpython-3.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-tcltk/tclpython/ChangeLog b/dev-tcltk/tclpython/ChangeLog index 9a8c2537725b..99daad6df505 100644 --- a/dev-tcltk/tclpython/ChangeLog +++ b/dev-tcltk/tclpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclpython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.11 2010/04/05 20:16:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.12 2010/04/12 13:37:16 phajdan.jr Exp $ + + 12 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + tclpython-3.1-r1.ebuild: + x86 stable wrt bug #312507 05 Apr 2010; Justin Lecher <jlec@gentoo.org> tclpython-3.1-r1.ebuild, tclpython-4.1-r2.ebuild: diff --git a/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild b/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild index ec598446c9a7..80077dc76119 100644 --- a/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild +++ b/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild,v 1.2 2010/04/05 20:16:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-3.1-r1.ebuild,v 1.3 2010/04/12 13:37:16 phajdan.jr Exp $ PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=dev-lang/tcl-8.4" |