diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-09-18 18:35:01 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-09-18 18:50:45 +0200 |
commit | 15db030cee68179943854eccea6f603ccac89e1c (patch) | |
tree | c3f0768d025f3b4089d1a8bff44dd0528c1159a7 /dev-tcltk/tclpython | |
parent | dev-tcltk/snack: UnusedInherits (diff) | |
download | gentoo-15db030cee68179943854eccea6f603ccac89e1c.tar.gz gentoo-15db030cee68179943854eccea6f603ccac89e1c.tar.bz2 gentoo-15db030cee68179943854eccea6f603ccac89e1c.zip |
dev-tcltk/tclpython: UnusedInherits
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r-- | dev-tcltk/tclpython/tclpython-5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild index e3aee334d1f6..05156fc6ea87 100644 --- a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild +++ b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) -inherit multilib python-single-r1 toolchain-funcs +inherit python-single-r1 toolchain-funcs DESCRIPTION="Python package for Tcl" HOMEPAGE="http://jfontain.free.fr/tclpython.htm" |