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: Sun, 18 Apr 2021 01:52:15
Message-Id: 1618710683.c15ac193327ac48e1cb7c1d634a9912d0faf4bf0.sam@gentoo
1 commit: c15ac193327ac48e1cb7c1d634a9912d0faf4bf0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 01:51:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 01:51:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15ac193
7
8 dev-tcltk/tclpython: Stabilize 5.0-r1 ppc, #783246
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-tcltk/tclpython/tclpython-5.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
16 index 3dea5214e82..5ef932e9173 100644
17 --- a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
18 +++ b/dev-tcltk/tclpython/tclpython-5.0-r1.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}"