diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-12-12 21:21:35 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-12-12 21:21:35 +0000 |
commit | 7222ab2e4459532c9f609f54f0e9bd28f7c456f0 (patch) | |
tree | c4436f9d374eb0360f16fac5e06d8a7ad57c58e4 /dev-tcltk | |
parent | Removed old version. Added newer version to x86. (diff) | |
download | gentoo-2-7222ab2e4459532c9f609f54f0e9bd28f7c456f0.tar.gz gentoo-2-7222ab2e4459532c9f609f54f0e9bd28f7c456f0.tar.bz2 gentoo-2-7222ab2e4459532c9f609f54f0e9bd28f7c456f0.zip |
Add ~sparc keyword at developer's request --- Bug #115177 --- package builds
without any problems, and appears to run. Notice, however, that the
interp.test fails (all other tests are fine). This requires resolution or
explanation before sparc can go stable.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/itk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/itk/itk-3.3.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-tcltk/itk/ChangeLog b/dev-tcltk/itk/ChangeLog index 6e55f1495b24..444835eb108c 100644 --- a/dev-tcltk/itk/ChangeLog +++ b/dev-tcltk/itk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/itk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v 1.1 2005/07/03 02:49:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v 1.2 2005/12/12 21:21:35 fmccor Exp $ + + 12 Dec 2005; Ferris McCormick <fmccor@gentoo.org> itk-3.3.ebuild: + Add ~sparc keyword at developer's request --- Bug #115177 --- package builds + without any problems, and appears to run. Notice, however, that the + interp.test fails (all other tests are fine). This requires resolution or + explanation before sparc can go stable. *itk-3.3 (03 Jul 2005) diff --git a/dev-tcltk/itk/itk-3.3.ebuild b/dev-tcltk/itk/itk-3.3.ebuild index ee8e69d40c81..201c4e97dfba 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 # 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.1 2005/07/03 02:49:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/itk-3.3.ebuild,v 1.2 2005/12/12 21:21:35 fmccor Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/incrtcl/${MY_P}.tar.gz" IUSE="" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~sparc ~x86" DEPEND="dev-lang/tk ~dev-tcltk/itcl-${PV}" |