diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-12-01 13:49:14 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-12-01 13:49:14 +0000 |
commit | 773816a575d92823ea6fa8076999428fcae46a5b (patch) | |
tree | 22f3829e73c7cb8f8b6c69968113a0f5504c8a1e /dev-tcltk | |
parent | Hopefully fixed the nsplugin building (bug #156067) this time. (diff) | |
download | gentoo-2-773816a575d92823ea6fa8076999428fcae46a5b.tar.gz gentoo-2-773816a575d92823ea6fa8076999428fcae46a5b.tar.bz2 gentoo-2-773816a575d92823ea6fa8076999428fcae46a5b.zip |
Re-adding ~sparc keyword: Builds fine and runs all its tests with or w/o
USE=threads. (Both with USE=tk)
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclx/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog index 7f1b00c75369..e6c83a0f6878 100644 --- a/dev-tcltk/tclx/ChangeLog +++ b/dev-tcltk/tclx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.31 2006/11/30 20:00:19 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.32 2006/12/01 13:49:14 fmccor Exp $ + + 01 Dec 2006; Ferris McCormick <fmccor@gentoo.org> tclx-8.4-r1.ebuild: + Re-adding ~sparc keyword: Builds fine and runs all its tests with or w/o + USE=threads. (Both with USE=tk) *tclx-8.4-r1 (30 Nov 2006) diff --git a/dev-tcltk/tclx/tclx-8.4-r1.ebuild b/dev-tcltk/tclx/tclx-8.4-r1.ebuild index c433a8c0f87e..629999d31f23 100644 --- a/dev-tcltk/tclx/tclx-8.4-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.4-r1.ebuild,v 1.1 2006/11/30 20:00:19 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.4-r1.ebuild,v 1.2 2006/12/01 13:49:14 fmccor Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tclx/${PN}${PV}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" DEPEND=">=dev-lang/tcl-8.4.6 tk? ( >=dev-lang/tk-8.4.6 )" |