diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-07-30 20:41:54 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-07-30 20:41:54 +0000 |
commit | c2f5cda5e506779fded717bf43c4aebfa1108449 (patch) | |
tree | a07b44307423b3b912ee7d660f700cd5bdfe1256 /dev-tcltk/vtcl | |
parent | stable amd64 (diff) | |
download | gentoo-2-c2f5cda5e506779fded717bf43c4aebfa1108449.tar.gz gentoo-2-c2f5cda5e506779fded717bf43c4aebfa1108449.tar.bz2 gentoo-2-c2f5cda5e506779fded717bf43c4aebfa1108449.zip |
~amd64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-tcltk/vtcl')
-rw-r--r-- | dev-tcltk/vtcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/vtcl/vtcl-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/vtcl/ChangeLog b/dev-tcltk/vtcl/ChangeLog index 39e0e156cb39..075b42594eed 100644 --- a/dev-tcltk/vtcl/ChangeLog +++ b/dev-tcltk/vtcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/vtcl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/vtcl/ChangeLog,v 1.3 2005/03/16 12:16:29 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/vtcl/ChangeLog,v 1.4 2005/07/30 20:41:54 blubb Exp $ + + 30 Jul 2005; Simon Stelling <blubb@gentoo.org> vtcl-1.6.0.ebuild: + added ~amd64 keyword 16 Mar 2005; David Holm <dholm@gentoo.org> vtcl-1.6.0.ebuild: Stable on ppc diff --git a/dev-tcltk/vtcl/vtcl-1.6.0.ebuild b/dev-tcltk/vtcl/vtcl-1.6.0.ebuild index 999be55684b6..c6ad13fe0c74 100644 --- a/dev-tcltk/vtcl/vtcl-1.6.0.ebuild +++ b/dev-tcltk/vtcl/vtcl-1.6.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/vtcl/vtcl-1.6.0.ebuild,v 1.3 2005/03/16 12:16:29 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/vtcl/vtcl-1.6.0.ebuild,v 1.4 2005/07/30 20:41:54 blubb Exp $ DESCRIPTION="Visual Tcl is a high-quality application development environment." HOMEPAGE="http://vtcl.sf.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc" +KEYWORDS="~amd64 ppc ~x86" IUSE="doc" DEPEND="dev-lang/tk" |