diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-08 12:00:32 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-08 12:00:32 +0000 |
commit | a93f367e1706773da1ac0abb4ecbb5d4b4bdfeb6 (patch) | |
tree | 803302a7c8bbed9c1eb254470bc3b0ec89478d97 /dev-lang/tcl | |
parent | Stable on amd64. (diff) | |
download | historical-a93f367e1706773da1ac0abb4ecbb5d4b4bdfeb6.tar.gz historical-a93f367e1706773da1ac0abb4ecbb5d4b4bdfeb6.tar.bz2 historical-a93f367e1706773da1ac0abb4ecbb5d4b4bdfeb6.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.21-r1
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 789d76fe28a8..437bd8e66710 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.51 2005/05/07 20:14:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.52 2005/05/08 11:59:52 cryos Exp $ + + 08 May 2005; Marcus D. Hanwell <cryos@gentoo.org> tcl-8.4.9.ebuild: + Stable on amd64. 07 May 2005; Aron Griffis <agriffis@gentoo.org> tcl-8.4.9.ebuild: stable on ia64 diff --git a/dev-lang/tcl/tcl-8.4.9.ebuild b/dev-lang/tcl/tcl-8.4.9.ebuild index 2a4cde73d17b..639beae4d8ba 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.4 2005/05/07 20:14:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.9.ebuild,v 1.5 2005/05/08 11:59:52 cryos Exp $ inherit eutils @@ -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="virtual/libc" |