diff options
-rw-r--r-- | dev-tcltk/itcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/itcl/itcl-3.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/itcl/ChangeLog b/dev-tcltk/itcl/ChangeLog index 4e25dcf5fc0e..4320413bcaed 100644 --- a/dev-tcltk/itcl/ChangeLog +++ b/dev-tcltk/itcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/itcl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.70 2015/04/13 08:20:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.71 2015/04/14 10:56:12 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> itcl-3.4.1.ebuild: + Stable for ia64, wrt bug #543024 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> itcl-3.4.1.ebuild: Stable for alpha, wrt bug #543024 diff --git a/dev-tcltk/itcl/itcl-3.4.1.ebuild b/dev-tcltk/itcl/itcl-3.4.1.ebuild index c6d9f65df592..e1141da93094 100644 --- a/dev-tcltk/itcl/itcl-3.4.1.ebuild +++ b/dev-tcltk/itcl/itcl-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v 1.8 2015/04/13 08:20:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v 1.9 2015/04/14 10:56:12 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-source/$(get_version_c SLOT="0" LICENSE="BSD" -KEYWORDS="alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND="<dev-lang/tcl-8.6:0=" |