diff options
author | 2010-10-06 16:28:00 +0000 | |
---|---|---|
committer | 2010-10-06 16:28:00 +0000 | |
commit | 115bbf0ca5be0de926c8169183dc81412bc837fa (patch) | |
tree | 297fc60f2ed5578c09c4170a2c2d5dcfb51d3817 /dev-lang/tcl | |
parent | Stable for HPPA (bug #332415). (diff) | |
download | historical-115bbf0ca5be0de926c8169183dc81412bc837fa.tar.gz historical-115bbf0ca5be0de926c8169183dc81412bc837fa.tar.bz2 historical-115bbf0ca5be0de926c8169183dc81412bc837fa.zip |
Stable for HPPA (bug #332415).
Package-Manager: portage-2.2_rc88/cvs/Linux i686
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 0ac89a5a41b7..4d0596972df9 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.122 2010/10/03 16:14:33 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.123 2010/10/06 16:27:25 jer Exp $ + + 06 Oct 2010; Jeroen Roovers <jer@gentoo.org> tcl-8.5.8-r1.ebuild: + Stable for HPPA (bug #332415). 03 Oct 2010; Tobias Klausmann <klausman@gentoo.org> tcl-8.5.8-r1.ebuild: Stable on alpha, bug #332415 diff --git a/dev-lang/tcl/tcl-8.5.8-r1.ebuild b/dev-lang/tcl/tcl-8.5.8-r1.ebuild index ccfe32853f76..2572606b8f1a 100644 --- a/dev-lang/tcl/tcl-8.5.8-r1.ebuild +++ b/dev-lang/tcl/tcl-8.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.5 2010/10/03 16:14:33 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.6 2010/10/06 16:27:25 jer Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug threads" S="${WORKDIR}/${MY_P}" |