diff options
author | 2011-02-26 15:53:20 +0000 | |
---|---|---|
committer | 2011-02-26 15:53:20 +0000 | |
commit | d4ace6a6365f201ac74a6d49f0a9fc79b6e327fa (patch) | |
tree | 8af39fe4414c059e2de3c521b8a88e303f75259c /dev-lang/tcl | |
parent | removed old versions (diff) | |
download | historical-d4ace6a6365f201ac74a6d49f0a9fc79b6e327fa.tar.gz historical-d4ace6a6365f201ac74a6d49f0a9fc79b6e327fa.tar.bz2 historical-d4ace6a6365f201ac74a6d49f0a9fc79b6e327fa.zip |
ppc/sparc stable (bug 353854)
Package-Manager: portage-2.1.9.41/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.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 621446f5f7d9..93d22fbcc4a7 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.135 2011/02/20 17:45:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.136 2011/02/26 15:51:59 xmw Exp $ + + 26 Feb 2011; Michael Weber <xmw@gentoo.org> tcl-8.5.9.ebuild: + ppc/sparc stable (bug 353854) 20 Feb 2011; Markus Meier <maekke@gentoo.org> tcl-8.5.9.ebuild: arm stable, bug #353854 diff --git a/dev-lang/tcl/tcl-8.5.9.ebuild b/dev-lang/tcl/tcl-8.5.9.ebuild index 5c53a5f88a81..2448f9675696 100644 --- a/dev-lang/tcl/tcl-8.5.9.ebuild +++ b/dev-lang/tcl/tcl-8.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild,v 1.5 2011/02/20 17:45:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.9.ebuild,v 1.6 2011/02/26 15:51:59 xmw Exp $ EAPI="3" @@ -14,7 +14,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 ~x86-interix ~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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug threads" S="${WORKDIR}/${MY_P}" |