commit: b758c7292230469c1ea3493df37cd96cc5f5a56c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 23:24:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 23:24:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b758c729
dev-cpp/cpp-httplib: fix IndirectInherits for tc-getCXX
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild
b/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild
index f42d4be295bb..5f6df3a7ba43 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib python-any-r1
+inherit cmake-multilib python-any-r1 toolchain-funcs
DESCRIPTION="C++ HTTP/HTTPS server and client library"
HOMEPAGE="https://github.com/yhirose/cpp-httplib"