diff options
author | 2023-05-01 07:27:03 +0100 | |
---|---|---|
committer | 2023-05-01 07:27:03 +0100 | |
commit | 26f3fe05462f69ec2026553ee6744583f0bb189d (patch) | |
tree | 6249d2c8d81909ce7257eb2e9c5e42e6be83f343 /dev-libs/libxml2/libxml2-9999.ebuild | |
parent | media-gfx/sane-backends: Stabilize 1.2.1 sparc, #901957 (diff) | |
download | gentoo-26f3fe05462f69ec2026553ee6744583f0bb189d.tar.gz gentoo-26f3fe05462f69ec2026553ee6744583f0bb189d.tar.bz2 gentoo-26f3fe05462f69ec2026553ee6744583f0bb189d.zip |
dev-libs/libxml2: fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2/libxml2-9999.ebuild')
-rw-r--r-- | dev-libs/libxml2/libxml2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |