diff options
author | Jason Wever <weeve@gentoo.org> | 2006-01-16 01:30:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-01-16 01:30:53 +0000 |
commit | cdb031f339191e0919405badf38b6828eaad0607 (patch) | |
tree | 984b7e7cff0f804bccd4e24bfae813ef5a2e8828 /dev-tcltk/itk | |
parent | 5.2 version bump, remove old ebuild. (diff) | |
download | historical-cdb031f339191e0919405badf38b6828eaad0607.tar.gz historical-cdb031f339191e0919405badf38b6828eaad0607.tar.bz2 historical-cdb031f339191e0919405badf38b6828eaad0607.zip |
Stable on SPARC.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-tcltk/itk')
-rw-r--r-- | dev-tcltk/itk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/itk/itk-3.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-tcltk/itk/ChangeLog b/dev-tcltk/itk/ChangeLog index ff1f3d87904e..b46bac00fb42 100644 --- a/dev-tcltk/itk/ChangeLog +++ b/dev-tcltk/itk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/itk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v 1.5 2006/01/09 02:07:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v 1.6 2006/01/16 01:30:53 weeve Exp $ + + 16 Jan 2006; Jason Wever <weeve@gentoo.org> itk-3.3.ebuild: + Stable on SPARC. *itk-3.3-r1 (09 Jan 2006) diff --git a/dev-tcltk/itk/itk-3.3.ebuild b/dev-tcltk/itk/itk-3.3.ebuild index cc952fa7648b..288439972b03 100644 --- a/dev-tcltk/itk/itk-3.3.ebuild +++ b/dev-tcltk/itk/itk-3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/itk-3.3.ebuild,v 1.4 2005/12/29 19:16:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/itk-3.3.ebuild,v 1.5 2006/01/16 01:30:53 weeve Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/incrtcl/${MY_P}.tar.gz" IUSE="" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~sparc x86" +KEYWORDS="amd64 sparc x86" DEPEND="dev-lang/tk ~dev-tcltk/itcl-${PV}" |