diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 07:07:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 07:07:04 +0000 |
commit | 4a8395931eceb80d3a5a64b1b269376fb6ee993d (patch) | |
tree | 2333e40c7e63a6391edc1e1004348c6396191c2c /dev-tcltk/tcllib | |
parent | stable x86, bug 281394 (diff) | |
download | gentoo-2-4a8395931eceb80d3a5a64b1b269376fb6ee993d.tar.gz gentoo-2-4a8395931eceb80d3a5a64b1b269376fb6ee993d.tar.bz2 gentoo-2-4a8395931eceb80d3a5a64b1b269376fb6ee993d.zip |
stable x86, bug 281398
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-tcltk/tcllib')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.11.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index 59a24dc9c39d..cb707a31b5b1 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcllib -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.25 2009/05/10 15:23:15 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.26 2009/08/18 07:07:04 fauli Exp $ + + 18 Aug 2009; Christian Faulhammer <fauli@gentoo.org> tcllib-1.11.1.ebuild: + stable x86, bug 281398 *tcllib-1.11.1 (10 May 2009) diff --git a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild b/dev-tcltk/tcllib/tcllib-1.11.1.ebuild index 96b0817df73c..c50b3346e254 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.1 2009/05/10 15:23:15 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.1.ebuild,v 1.2 2009/08/18 07:07:04 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" DEPEND=">=dev-lang/tcl-8.4" |