diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-10-03 16:14:57 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-10-03 16:14:57 +0000 |
commit | 00c0e6acb1accc9433a4e402fa3c4c7c79bfb696 (patch) | |
tree | 59a060b69360986d0cc56521c236ad09cbbba2ca /dev-lang/tcl | |
parent | hppa stable wrt #338591 (diff) | |
download | historical-00c0e6acb1accc9433a4e402fa3c4c7c79bfb696.tar.gz historical-00c0e6acb1accc9433a4e402fa3c4c7c79bfb696.tar.bz2 historical-00c0e6acb1accc9433a4e402fa3c4c7c79bfb696.zip |
Stable on alpha, bug #332415
Package-Manager: portage-2.1.9.13/cvs/Linux x86_64
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 e85badec3bca..0ac89a5a41b7 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.121 2010/08/19 05:25:36 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.122 2010/10/03 16:14:33 klausman Exp $ + + 03 Oct 2010; Tobias Klausmann <klausman@gentoo.org> tcl-8.5.8-r1.ebuild: + Stable on alpha, bug #332415 *tcl-8.5.8-r2 (19 Aug 2010) diff --git a/dev-lang/tcl/tcl-8.5.8-r1.ebuild b/dev-lang/tcl/tcl-8.5.8-r1.ebuild index 17aaa61bac30..ccfe32853f76 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.4 2010/06/16 07:40:18 jlec Exp $ +# $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 $ 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}" |