commit: 92b82d3b728921c9281b64a1c0cb76b3aade3c17
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:44:51 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:44:51 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=92b82d3b
sci-libs/itk: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/itk/itk-5.0.1.ebuild | 2 +-
sci-libs/itk/itk-5.1.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/itk/itk-5.0.1.ebuild b/sci-libs/itk/itk-5.0.1.ebuild
index 622a7b019..9c8ce63eb 100644
--- a/sci-libs/itk/itk-5.0.1.ebuild
+++ b/sci-libs/itk/itk-5.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
-inherit toolchain-funcs cmake python-single-r1
+inherit cmake python-single-r1
MY_PN="InsightToolkit"
MY_P="${MY_PN}-${PV}"
diff --git a/sci-libs/itk/itk-5.1.0.ebuild b/sci-libs/itk/itk-5.1.0.ebuild
index ad23b6f14..d437d0298 100644
--- a/sci-libs/itk/itk-5.1.0.ebuild
+++ b/sci-libs/itk/itk-5.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
-inherit toolchain-funcs cmake python-single-r1
+inherit cmake python-single-r1
MY_PN="InsightToolkit"
MY_P="${MY_PN}-${PV}"