dev-cpp/cpp-httplib: fix IndirectInherits for tc-getCXX

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-02-07 23:24:07 +00:00
parent 934e9b0305
commit b758c72922

View File

@@ -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"