diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-10 12:05:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-10 12:05:37 +0000 |
commit | f98b385324d1940faaaa26ee01dd34aaa16ed632 (patch) | |
tree | f29ac4f30a4a2274a3fc3392437dc08af8224d0d /dev-lang/tcl | |
parent | Stable for amd64, wrt bug #456426 (diff) | |
download | gentoo-2-f98b385324d1940faaaa26ee01dd34aaa16ed632.tar.gz gentoo-2-f98b385324d1940faaaa26ee01dd34aaa16ed632.tar.bz2 gentoo-2-f98b385324d1940faaaa26ee01dd34aaa16ed632.zip |
Stable for amd64, wrt bug #456408
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index a079f806d1f3..ee995b5b6a25 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.169 2013/02/10 09:37:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.170 2013/02/10 12:05:37 ago Exp $ + + 10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tcl-8.5.13-r1.ebuild: + Stable for amd64, wrt bug #456408 10 Feb 2013; Justin Lecher <jlec@gentoo.org> -tcl-8.4.19.ebuild, -tcl-8.5.11-r1.ebuild, -tcl-8.5.13.ebuild: diff --git a/dev-lang/tcl/tcl-8.5.13-r1.ebuild b/dev-lang/tcl/tcl-8.5.13-r1.ebuild index 0797a508e816..490194ebd40d 100644 --- a/dev-lang/tcl/tcl-8.5.13-r1.ebuild +++ b/dev-lang/tcl/tcl-8.5.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.13-r1.ebuild,v 1.1 2013/01/09 16:11:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.13-r1.ebuild,v 1.2 2013/02/10 12:05:37 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" LICENSE="tcltk" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug threads" SPARENT="${WORKDIR}/${MY_P}" |