diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-12 10:26:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-12 10:26:25 +0000 |
commit | 315002ef462192b9a908fc8bd86a9045d71b55ef (patch) | |
tree | c62b90e3bccce41354f2c75718383ba76e8c1491 /dev-tcltk | |
parent | Fix tests (bug #416519). (diff) | |
download | gentoo-2-315002ef462192b9a908fc8bd86a9045d71b55ef.tar.gz gentoo-2-315002ef462192b9a908fc8bd86a9045d71b55ef.tar.bz2 gentoo-2-315002ef462192b9a908fc8bd86a9045d71b55ef.zip |
Stable for amd64, wrt bug #543024
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-tcltk')
-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 45ee572a7d02..2cbe9d937f25 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.63 2015/03/12 09:45:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.64 2015/03/12 10:26:25 ago Exp $ + + 12 Mar 2015; Agostino Sarubbo <ago@gentoo.org> itcl-3.4.1.ebuild: + Stable for amd64, wrt bug #543024 12 Mar 2015; Justin Lecher <jlec@gentoo.org> -itcl-4.0.0-r1.ebuild, -itcl-4.0.0-r2.ebuild, -itcl-4.0.0.ebuild, -itcl-4.0.1.ebuild, diff --git a/dev-tcltk/itcl/itcl-3.4.1.ebuild b/dev-tcltk/itcl/itcl-3.4.1.ebuild index 20823403dcb4..5f1a95bb7797 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.2 2015/03/12 09:45:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v 1.3 2015/03/12 10:26:25 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" |