diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-03 22:10:35 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-03 22:10:35 +0000 |
commit | 23187de4d3b1fe126a7d687bafb971d0aa1ffa31 (patch) | |
tree | 3c9095b04f100ce14d1718a09b01ec069f9bf6b1 /dev-lang/tcl | |
parent | fixed oops in projlib path (diff) | |
download | gentoo-2-23187de4d3b1fe126a7d687bafb971d0aa1ffa31.tar.gz gentoo-2-23187de4d3b1fe126a7d687bafb971d0aa1ffa31.tar.bz2 gentoo-2-23187de4d3b1fe126a7d687bafb971d0aa1ffa31.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index b7ac27a175b1..db971687605c 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.58 2005/07/02 15:25:52 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.59 2005/08/03 22:08:10 kloeri Exp $ + + 03 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> tcl-8.4.9.ebuild: + Stable on alpha. 02 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> tcl-8.4.11.ebuild: Added PDEPEND. Bug 97357. diff --git a/dev-lang/tcl/tcl-8.4.9.ebuild b/dev-lang/tcl/tcl-8.4.9.ebuild index c8dd807d273a..3b33e703c0f0 100644 --- a/dev-lang/tcl/tcl-8.4.9.ebuild +++ b/dev-lang/tcl/tcl-8.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.9.ebuild,v 1.10 2005/06/06 08:21:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.9.ebuild,v 1.11 2005/08/03 22:08:10 kloeri Exp $ inherit eutils multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="threads" DEPEND="" |