diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-20 00:42:14 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-20 00:42:14 +0000 |
commit | f92d4691ec3a8a2a2e42477830f63c2ac2c75d3b (patch) | |
tree | c9c7166eeca742e288316b951aa59c8a5f5b8287 /dev-tcltk/itcl | |
parent | Add patch to fix building with --as-needed, thanks to Thomas S. Howard in bug... (diff) | |
download | gentoo-2-f92d4691ec3a8a2a2e42477830f63c2ac2c75d3b.tar.gz gentoo-2-f92d4691ec3a8a2a2e42477830f63c2ac2c75d3b.tar.bz2 gentoo-2-f92d4691ec3a8a2a2e42477830f63c2ac2c75d3b.zip |
Stable on alpha and amd64 wrt Bug #116342.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-tcltk/itcl')
-rw-r--r-- | dev-tcltk/itcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/itcl/itcl-3.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/itcl/ChangeLog b/dev-tcltk/itcl/ChangeLog index 6e63a07b850f..1e3e660baa11 100644 --- a/dev-tcltk/itcl/ChangeLog +++ b/dev-tcltk/itcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/itcl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.31 2006/05/17 04:03:11 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.32 2006/05/20 00:42:14 tcort Exp $ + + 19 May 2006; Thomas Cort <tcort@gentoo.org> itcl-3.3-r1.ebuild: + Stable on alpha and amd64 wrt Bug #116342. 17 May 2006; Joshua Jackson <tsunam@gentoo.org> itcl-3.3-r1.ebuild: stable on x86; bug #116342 diff --git a/dev-tcltk/itcl/itcl-3.3-r1.ebuild b/dev-tcltk/itcl/itcl-3.3-r1.ebuild index ad37148b7390..73a7b11c7d64 100644 --- a/dev-tcltk/itcl/itcl-3.3-r1.ebuild +++ b/dev-tcltk/itcl/itcl-3.3-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/itcl/itcl-3.3-r1.ebuild,v 1.4 2006/05/17 04:03:11 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.3-r1.ebuild,v 1.5 2006/05/20 00:42:14 tcort Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/incrtcl/${MY_P}.tar.gz" IUSE="" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" DEPEND="dev-lang/tcl" |