diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-29 16:16:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-29 16:16:32 +0000 |
commit | 787906493bd4c4d15d23b66a19682cbfbedc58b6 (patch) | |
tree | 63bd44512ff6635eb2d28fb956da477bb6308d1f /dev-lang/tcl | |
parent | Move elog block regarding the AMANDA_SERVER environment variable into pkg_set... (diff) | |
download | gentoo-2-787906493bd4c4d15d23b66a19682cbfbedc58b6.tar.gz gentoo-2-787906493bd4c4d15d23b66a19682cbfbedc58b6.tar.bz2 gentoo-2-787906493bd4c4d15d23b66a19682cbfbedc58b6.zip |
Stable on amd64 wrt bug #332415
(Portage version: 2.1.9.26/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 ba5dfd2fc26d..a70ddc5ef1a5 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.129 2010/12/23 18:37:30 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.130 2010/12/29 16:16:32 hwoarang Exp $ + + 29 Dec 2010; Markos Chandras <hwoarang@gentoo.org> tcl-8.5.8-r1.ebuild: + Stable on amd64 wrt bug #332415 23 Dec 2010; Matt Turner <mattst88@gentoo.org> tcl-8.4.18.ebuild, tcl-8.4.19.ebuild, tcl-8.5.7.ebuild, tcl-8.5.8-r1.ebuild, diff --git a/dev-lang/tcl/tcl-8.5.8-r1.ebuild b/dev-lang/tcl/tcl-8.5.8-r1.ebuild index 53feeac7a655..ce8abb37a835 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.11 2010/12/23 18:37:30 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.12 2010/12/29 16:16:32 hwoarang 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 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 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}" |