summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-05-27 11:27:20 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-05-27 11:27:20 +0000
commitaf8ceb28294ea003fdcdaefa7e341c7a180253ab (patch)
treeb5d925e69c10921525c3adc3ec19c1bd6bdec717 /dev-lang/jimtcl
parentStable for x86, wrt bug #535126 (diff)
downloadgentoo-2-af8ceb28294ea003fdcdaefa7e341c7a180253ab.tar.gz
gentoo-2-af8ceb28294ea003fdcdaefa7e341c7a180253ab.tar.bz2
gentoo-2-af8ceb28294ea003fdcdaefa7e341c7a180253ab.zip
Stable for x86, wrt bug #535104
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/jimtcl')
-rw-r--r--dev-lang/jimtcl/ChangeLog5
-rw-r--r--dev-lang/jimtcl/jimtcl-0.76.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/jimtcl/ChangeLog b/dev-lang/jimtcl/ChangeLog
index d6bb25d2eca6..c7535a0ab7b0 100644
--- a/dev-lang/jimtcl/ChangeLog
+++ b/dev-lang/jimtcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/jimtcl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.17 2015/05/21 13:28:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.18 2015/05/27 11:27:20 ago Exp $
+
+ 27 May 2015; Agostino Sarubbo <ago@gentoo.org> jimtcl-0.76.ebuild:
+ Stable for x86, wrt bug #535104
21 May 2015; Agostino Sarubbo <ago@gentoo.org> jimtcl-0.76.ebuild:
Stable for amd64, wrt bug #535104
diff --git a/dev-lang/jimtcl/jimtcl-0.76.ebuild b/dev-lang/jimtcl/jimtcl-0.76.ebuild
index 41d7f8866a48..5dd099e2633b 100644
--- a/dev-lang/jimtcl/jimtcl-0.76.ebuild
+++ b/dev-lang/jimtcl/jimtcl-0.76.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-lang/jimtcl/jimtcl-0.76.ebuild,v 1.2 2015/05/21 13:28:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.76.ebuild,v 1.3 2015/05/27 11:27:20 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
else
inherit vcs-snapshot
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
- KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh x86"
fi
DESCRIPTION="Small footprint implementation of Tcl programming language"