Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclpython/
Date: Sat, 18 Sep 2021 16:51:43
Message-Id: 1631983845.15db030cee68179943854eccea6f603ccac89e1c.tupone@gentoo
1 commit: 15db030cee68179943854eccea6f603ccac89e1c
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 16:35:01 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 16:50:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15db030c
7
8 dev-tcltk/tclpython: UnusedInherits
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-tcltk/tclpython/tclpython-5.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
17 index e3aee334d1f..05156fc6ea8 100644
18 --- a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
19 +++ b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_{8,9} )
23
24 -inherit multilib python-single-r1 toolchain-funcs
25 +inherit python-single-r1 toolchain-funcs
26
27 DESCRIPTION="Python package for Tcl"
28 HOMEPAGE="http://jfontain.free.fr/tclpython.htm"