diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-13 06:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-16 14:51:16 -0500 |
commit | 0a9ed3f8677492b58304b04b278e6542ebec45f9 (patch) | |
tree | a12f5d1f78416a0a5076d43cf33ffaa1497abdb9 /dev-libs | |
parent | net-misc/cadaver: Fix building with Neon >=0.31. (diff) | |
download | gentoo-0a9ed3f8677492b58304b04b278e6542ebec45f9.tar.gz gentoo-0a9ed3f8677492b58304b04b278e6542ebec45f9.tar.bz2 gentoo-0a9ed3f8677492b58304b04b278e6542ebec45f9.zip |
dev-libs/marisa: Inherit toolchain-funcs.eclass explicitly.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 00044d3bada3..3f1328fe785d 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) DISTUTILS_OPTIONAL="1" DISTUTILS_USE_SETUPTOOLS="no" -inherit autotools distutils-r1 +inherit autotools distutils-r1 toolchain-funcs if [[ "${PV}" == "9999" ]]; then inherit git-r3 diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild index 2458eb10f419..ac80bc2f0601 100644 --- a/dev-libs/marisa/marisa-9999.ebuild +++ b/dev-libs/marisa/marisa-9999.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) DISTUTILS_OPTIONAL="1" DISTUTILS_USE_SETUPTOOLS="no" -inherit autotools distutils-r1 +inherit autotools distutils-r1 toolchain-funcs if [[ "${PV}" == "9999" ]]; then inherit git-r3 |