diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-08 12:04:36 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-08 12:04:36 +0000 |
commit | 90c993c9a2f2ce74f88ed0355580af5a96906a5a (patch) | |
tree | 71006bd513e082a792031799a5e522b797308c10 /dev-lang | |
parent | initial import from bug #54448 (diff) | |
download | gentoo-2-90c993c9a2f2ce74f88ed0355580af5a96906a5a.tar.gz gentoo-2-90c993c9a2f2ce74f88ed0355580af5a96906a5a.tar.bz2 gentoo-2-90c993c9a2f2ce74f88ed0355580af5a96906a5a.zip |
Stable on amd64.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.9.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.4.9.ebuild | 4 |
4 files changed, 12 insertions, 6 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" diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog index 7cad0aee57f5..21c10dbd0f1d 100644 --- a/dev-lang/tk/ChangeLog +++ b/dev-lang/tk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.53 2005/05/07 20:15:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.54 2005/05/08 12:00:32 cryos Exp $ + + 08 May 2005; Marcus D. Hanwell <cryos@gentoo.org> tk-8.4.9.ebuild: + Stable on amd64. 07 May 2005; Aron Griffis <agriffis@gentoo.org> tk-8.4.9.ebuild: stable on ia64 diff --git a/dev-lang/tk/tk-8.4.9.ebuild b/dev-lang/tk/tk-8.4.9.ebuild index c75dd068d40d..34d1646e5b33 100644 --- a/dev-lang/tk/tk-8.4.9.ebuild +++ b/dev-lang/tk/tk-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/tk/tk-8.4.9.ebuild,v 1.3 2005/05/07 20:15:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.9.ebuild,v 1.4 2005/05/08 12:00:32 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 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="threads" DEPEND=">=sys-apps/sed-4.0.5 |