diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-23 19:05:10 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-23 19:05:10 +0000 |
commit | 32f696e93784e2f3b76197a0be533bd20d7e8551 (patch) | |
tree | a87e1c2c487add0e76b506d758b4db185e82ec62 /dev-lang/tcl | |
parent | Optimize python module (bug #360113 by Laurent Bachelier) (diff) | |
download | gentoo-2-32f696e93784e2f3b76197a0be533bd20d7e8551.tar.gz gentoo-2-32f696e93784e2f3b76197a0be533bd20d7e8551.tar.bz2 gentoo-2-32f696e93784e2f3b76197a0be533bd20d7e8551.zip |
ppc64 stable wrt #353854
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 7b43dcb04fc8..a64c6a478829 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.137 2011/03/06 17:38:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.138 2011/03/23 19:05:10 xarthisius Exp $ + + 23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> tcl-8.5.9.ebuild: + ppc64 stable wrt #353854 06 Mar 2011; Raúl Porcel <armin76@gentoo.org> tcl-8.5.9.ebuild: alpha/ia64/s390/sh stable wrt #353854 diff --git a/dev-lang/tcl/tcl-8.5.9.ebuild b/dev-lang/tcl/tcl-8.5.9.ebuild index effe4ed30f0e..ea1565c14d50 100644 --- a/dev-lang/tcl/tcl-8.5.9.ebuild +++ b/dev-lang/tcl/tcl-8.5.9.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-lang/tcl/tcl-8.5.9.ebuild,v 1.7 2011/03/06 17:38:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild,v 1.8 2011/03/23 19:05:10 xarthisius Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug threads" S="${WORKDIR}/${MY_P}" |