diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-29 19:12:52 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-29 19:12:52 +0000 |
commit | 73af61c09a76546ec770f06d299f34814c83c04e (patch) | |
tree | 5bb382225505acc20a91e62330d2d625d2f91b26 /dev-tcltk/tcllib | |
parent | alpha/arm/ia64/sh/sparc stable wrt #280946 (diff) | |
download | gentoo-2-73af61c09a76546ec770f06d299f34814c83c04e.tar.gz gentoo-2-73af61c09a76546ec770f06d299f34814c83c04e.tar.bz2 gentoo-2-73af61c09a76546ec770f06d299f34814c83c04e.zip |
ppc stable #281398
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-tcltk/tcllib')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index bec1b98dd6a2..22a62e214dbc 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcllib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.28 2009/08/29 11:01:11 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.29 2009/08/29 19:12:52 nixnut Exp $ + + 29 Aug 2009; nixnut <nixnut@gentoo.org> tcllib-1.11.1.ebuild: + ppc stable #281398 29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> tcllib-1.11.1.ebuild: Stable on alpha, bug #281398 diff --git a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild b/dev-tcltk/tcllib/tcllib-1.11.1.ebuild index bd3fd07b8a40..52dfec85b476 100644 --- a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.1.ebuild,v 1.4 2009/08/29 11:01:11 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.1.ebuild,v 1.5 2009/08/29 19:12:52 nixnut Exp $ DESCRIPTION="Tcl Standard Library." HOMEPAGE="http://www.tcl.tk/software/tcllib/" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" LICENSE="BSD" SLOT="0" IUSE="examples" -KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ~ppc ~s390 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ppc ~s390 ~sparc x86 ~x86-fbsd" DEPEND=">=dev-lang/tcl-8.4" |