diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-01 18:23:45 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-01 18:23:45 +0000 |
commit | 16c4103db9c212e720eab0053310a7a8b126b248 (patch) | |
tree | b2e87091af8ddf1223001759609cc05c31c10344 /dev-tcltk/tcllib | |
parent | stable amd64 (diff) | |
download | gentoo-2-16c4103db9c212e720eab0053310a7a8b126b248.tar.gz gentoo-2-16c4103db9c212e720eab0053310a7a8b126b248.tar.bz2 gentoo-2-16c4103db9c212e720eab0053310a7a8b126b248.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tcltk/tcllib')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index d5756f99a49f..fcdf9db419c2 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcllib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.14 2005/04/01 05:15:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.15 2005/04/01 18:19:03 blubb Exp $ + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> tcllib-1.6.1.ebuild: + stable on amd64 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> tcllib-1.6.1.ebuild: stable on ia64 diff --git a/dev-tcltk/tcllib/tcllib-1.6.1.ebuild b/dev-tcltk/tcllib/tcllib-1.6.1.ebuild index 7646be665dc5..2c70ea2238de 100644 --- a/dev-tcltk/tcllib/tcllib-1.6.1.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.1.ebuild,v 1.5 2005/04/01 05:15:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.1.ebuild,v 1.6 2005/04/01 18:19:03 blubb Exp $ DESCRIPTION="Tcl Standard Library." HOMEPAGE="http://www.tcl.tk/software/tcllib/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" IUSE="X doc" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64 ia64 s390" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~mips amd64 ia64 s390" DEPEND=">=dev-lang/tcl-8.3.3 X? ( >=dev-lang/tk-8.3.3 )" |