commit: 6868f55d84ecd92146ba684561548f80961425fe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 24 05:40:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 24 06:32:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6868f55d
dev-cpp/folly: fix UnusedInherits Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/folly/folly-2023.05.22.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/folly/folly-2023.05.22.00.ebuild b/dev-cpp/folly/folly-2023.05.22.00.ebuild index 08296dbb6784..654b4333c330 100644 --- a/dev-cpp/folly/folly-2023.05.22.00.ebuild +++ b/dev-cpp/folly/folly-2023.05.22.00.ebuild @@ -8,7 +8,7 @@ EAPI=8 # dev-cpp/folly # dev-util/watchman -inherit cmake toolchain-funcs +inherit cmake DESCRIPTION="An open-source C++ library developed and used at Facebook" HOMEPAGE="https://github.com/facebook/folly"
