diff options
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.11.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index aede3010c576..0abda279b204 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.31 2009/09/22 11:47:03 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.32 2010/01/02 18:32:40 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tcllib-1.11.1.ebuild: + Transfer Prefix keywords 22 Sep 2009; Markus Meier <maekke@gentoo.org> tcllib-1.11.1.ebuild: amd64 stable, bug #281398 diff --git a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild b/dev-tcltk/tcllib/tcllib-1.11.1.ebuild index 95953d3b70e8..bca8c566b193 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 +# Copyright 1999-2010 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.7 2009/09/22 11:47:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.1.ebuild,v 1.8 2010/01/02 18:32:40 fauli 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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" DEPEND=">=dev-lang/tcl-8.4" |