Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jimtcl/
Date: Tue, 09 Feb 2021 22:52:36
Message-Id: 1612911148.9de434ee0d455223678ecade6ca51db86fa24de7.sam@gentoo
1 commit: 9de434ee0d455223678ecade6ca51db86fa24de7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 22:52:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 22:52:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de434ee
7
8 dev-lang/jimtcl: Stabilize 0.78-r2 amd64, #769791
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/jimtcl/jimtcl-0.78-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
16 index 9b531ea12ea..04dfe953cfb 100644
17 --- a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
18 +++ b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 @@ -6,7 +6,7 @@ EAPI="7"
26 inherit eutils
27
28 SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~x86"
31
32 DESCRIPTION="Small footprint implementation of Tcl programming language"
33 HOMEPAGE="http://jim.tcl.tk/"