commit: 26f3fe05462f69ec2026553ee6744583f0bb189d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 06:27:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 06:27:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f3fe05
dev-libs/libxml2: fix UnusedInherits
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libxml2/libxml2-2.11.1.ebuild | 2 +-
dev-libs/libxml2/libxml2-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libxml2/libxml2-2.11.1.ebuild
b/dev-libs/libxml2/libxml2-2.11.1.ebuild
index 2a70f08a4766..bce83228cbc6 100644
--- a/dev-libs/libxml2/libxml2-2.11.1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.11.1.ebuild
@@ -7,7 +7,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
-inherit flag-o-matic python-r1 multilib-minimal toolchain-funcs
+inherit flag-o-matic python-r1 multilib-minimal
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
XSTS_NAME_1="xmlschema2002-01-16"
diff --git a/dev-libs/libxml2/libxml2-9999.ebuild
b/dev-libs/libxml2/libxml2-9999.ebuild
index 39232fe55055..b31269fea30e 100644
--- a/dev-libs/libxml2/libxml2-9999.ebuild
+++ b/dev-libs/libxml2/libxml2-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
-inherit flag-o-matic python-r1 multilib-minimal toolchain-funcs
+inherit flag-o-matic python-r1 multilib-minimal
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
XSTS_NAME_1="xmlschema2002-01-16"