diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-11-01 18:14:43 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-11-01 18:14:43 +0000 |
commit | fe555a66f23a1e7731f4261e14da95e95c886d77 (patch) | |
tree | 26442138fd022a43cbdecf0d6e9cfae4a337f1fb /dev-lang/tcl | |
parent | minor fixes (Manifest recommit) (diff) | |
download | gentoo-2-fe555a66f23a1e7731f4261e14da95e95c886d77.tar.gz gentoo-2-fe555a66f23a1e7731f4261e14da95e95c886d77.tar.bz2 gentoo-2-fe555a66f23a1e7731f4261e14da95e95c886d77.zip |
Stable on ppc for PHP5, Bug #60442.
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 6a8a4c501515..dd2144fef372 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.43 2004/10/19 17:45:19 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.44 2004/11/01 18:14:43 pylon Exp $ + + 01 Nov 2004; Lars Weiler <pylon@gentoo.org> tcl-8.4.6-r1.ebuild: + Stable on ppc for PHP5, Bug #60442. 19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> : Stable on alpha. diff --git a/dev-lang/tcl/tcl-8.4.6-r1.ebuild b/dev-lang/tcl/tcl-8.4.6-r1.ebuild index c32d2c9af004..73269f2422bd 100644 --- a/dev-lang/tcl/tcl-8.4.6-r1.ebuild +++ b/dev-lang/tcl/tcl-8.4.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.6-r1.ebuild,v 1.2 2004/09/22 01:20:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.6-r1.ebuild,v 1.3 2004/11/01 18:14:43 pylon Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="threads" DEPEND="virtual/libc" |