diff options
author | 2009-08-29 11:01:11 +0000 | |
---|---|---|
committer | 2009-08-29 11:01:11 +0000 | |
commit | 9b5a9c0c7603885669fea492f02e35501646db74 (patch) | |
tree | 51118de2299c2b6fa421cefab0d3d9f7a3a9a941 /dev-tcltk/tcllib | |
parent | Stable on alpha, bug #281400 (diff) | |
download | gentoo-2-9b5a9c0c7603885669fea492f02e35501646db74.tar.gz gentoo-2-9b5a9c0c7603885669fea492f02e35501646db74.tar.bz2 gentoo-2-9b5a9c0c7603885669fea492f02e35501646db74.zip |
Stable on alpha, bug #281398
(Portage version: 2.1.6.13/cvs/Linux x86_64)
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 ee1a6c3a48c9..bec1b98dd6a2 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.27 2009/08/27 16:40:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.28 2009/08/29 11:01:11 klausman Exp $ + + 29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> tcllib-1.11.1.ebuild: + Stable on alpha, bug #281398 27 Aug 2009; Jeroen Roovers <jer@gentoo.org> tcllib-1.11.1.ebuild: Stable for HPPA (bug #281398). diff --git a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild b/dev-tcltk/tcllib/tcllib-1.11.1.ebuild index 83a7d7d56a0e..bd3fd07b8a40 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.3 2009/08/27 16:40:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.1.ebuild,v 1.4 2009/08/29 11:01:11 klausman 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" |