diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-07 20:14:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-07 20:14:07 +0000 |
commit | 913fdfe74d0b809fe008649f67401ed27daac431 (patch) | |
tree | ac6732f4606716941ca0208b8befd793caf777de /dev-lang/tcl | |
parent | stable on amd64 wrt security bug #91813 (diff) | |
download | gentoo-2-913fdfe74d0b809fe008649f67401ed27daac431.tar.gz gentoo-2-913fdfe74d0b809fe008649f67401ed27daac431.tar.bz2 gentoo-2-913fdfe74d0b809fe008649f67401ed27daac431.zip |
stable on ia64
(Portage version: 2.0.51.19)
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 399600ea3efe..789d76fe28a8 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.50 2005/05/07 05:58:35 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.51 2005/05/07 20:14:07 agriffis Exp $ + + 07 May 2005; Aron Griffis <agriffis@gentoo.org> tcl-8.4.9.ebuild: + stable on ia64 07 May 2005; MATSUU Takuto <matsuu@gentoo.org> tcl-8.4.9.ebuild: Stable on x86. diff --git a/dev-lang/tcl/tcl-8.4.9.ebuild b/dev-lang/tcl/tcl-8.4.9.ebuild index be1826950124..2a4cde73d17b 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.3 2005/05/07 05:58:35 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.9.ebuild,v 1.4 2005/05/07 20:14:07 agriffis 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" |