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-tcltk/tclpython/
Date: Tue, 01 Sep 2020 20:44:18
Message-Id: 1598993014.ddb80bb2f66fe93f0783b3c7f1819c8364e2b127.sam@gentoo
1 commit: ddb80bb2f66fe93f0783b3c7f1819c8364e2b127
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 20:43:34 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 20:43:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb80bb2
7
8 dev-tcltk/tclpython: Stabilize 5.0 amd64, #738732
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-tcltk/tclpython/tclpython-5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-tcltk/tclpython/tclpython-5.0.ebuild b/dev-tcltk/tclpython/tclpython-5.0.ebuild
16 index d45ca52be14..fabbc284352 100644
17 --- a/dev-tcltk/tclpython/tclpython-5.0.ebuild
18 +++ b/dev-tcltk/tclpython/tclpython-5.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/amykyta3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc x86"
24 +KEYWORDS="amd64 ~ppc x86"
25 IUSE=""
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"