diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-09-18 18:40:21 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-09-18 18:50:59 +0200 |
commit | de8e189e2b22e2ca10312d5bea554faa68f17317 (patch) | |
tree | 4a043ccc15b30630f631f20dd00cf6e1ed1a1d88 /dev-tcltk/thread | |
parent | dev-tcltk/tdom: UnusedInherits (diff) | |
download | gentoo-de8e189e2b22e2ca10312d5bea554faa68f17317.tar.gz gentoo-de8e189e2b22e2ca10312d5bea554faa68f17317.tar.bz2 gentoo-de8e189e2b22e2ca10312d5bea554faa68f17317.zip |
dev-tcltk/thread: UnusedInherits
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/thread')
-rw-r--r-- | dev-tcltk/thread/thread-2.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild b/dev-tcltk/thread/thread-2.8.2.ebuild index 9fc9d6ffc3d3..3b844e57a722 100644 --- a/dev-tcltk/thread/thread-2.8.2.ebuild +++ b/dev-tcltk/thread/thread-2.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools multilib +inherit autotools MY_P="${PN}${PV}" |