diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-09-14 20:33:33 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-09-14 20:33:33 +0000 |
commit | 5df5868aaf6fe69ceed4b77f1c32138e9fa957ab (patch) | |
tree | f54c887202919229054e3b8567d4401852cfa54a /dev-lang | |
parent | New portage! _rc1 without the docs. Docs to follow. (Manifest recommit) (diff) | |
download | gentoo-2-5df5868aaf6fe69ceed4b77f1c32138e9fa957ab.tar.gz gentoo-2-5df5868aaf6fe69ceed4b77f1c32138e9fa957ab.tar.bz2 gentoo-2-5df5868aaf6fe69ceed4b77f1c32138e9fa957ab.zip |
Stable on hppa.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 0b9bc2792b10..a88bebe1b746 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.39 2004/09/06 18:49:51 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.40 2004/09/14 20:33:33 gmsoft Exp $ + + 14 Sep 2004; Guy Martin <gmsoft@gentoo.org> tcl-8.4.6.ebuild: + Stable on hppa. 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> tcl-8.3.4.ebuild, tcl-8.4.6.ebuild: diff --git a/dev-lang/tcl/tcl-8.4.6.ebuild b/dev-lang/tcl/tcl-8.4.6.ebuild index 5edde062c9f7..c198b2c390ff 100644 --- a/dev-lang/tcl/tcl-8.4.6.ebuild +++ b/dev-lang/tcl/tcl-8.4.6.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.ebuild,v 1.15 2004/09/06 18:49:51 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.6.ebuild,v 1.16 2004/09/14 20:33:33 gmsoft 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" |