diff options
Diffstat (limited to 'dev-tcltk/itcl')
-rw-r--r-- | dev-tcltk/itcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/itcl/itcl-3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/itcl/ChangeLog b/dev-tcltk/itcl/ChangeLog index a9bea6c9dc4d..3d488cc42e74 100644 --- a/dev-tcltk/itcl/ChangeLog +++ b/dev-tcltk/itcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/itcl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.23 2005/07/03 02:46:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.24 2005/12/16 06:38:49 halcy0n Exp $ + + 16 Dec 2005; Mark Loeser <halcy0n@gentoo.org> itcl-3.3.ebuild: + Stable on x86; bug #115177 *itcl-3.3 (03 Jul 2005) diff --git a/dev-tcltk/itcl/itcl-3.3.ebuild b/dev-tcltk/itcl/itcl-3.3.ebuild index 0ca69b0e5092..7334b3c1a64e 100644 --- a/dev-tcltk/itcl/itcl-3.3.ebuild +++ b/dev-tcltk/itcl/itcl-3.3.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/itcl/itcl-3.3.ebuild,v 1.1 2005/07/03 02:46:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.3.ebuild,v 1.2 2005/12/16 06:38:49 halcy0n Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/incrtcl/${MY_P}.tar.gz" IUSE="" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" DEPEND="dev-lang/tcl" |