commit: 158c93c849166f329dda167751e26eddbcc0f270 Author: sin-ack <sin-ack <AT> protonmail <DOT> com> AuthorDate: Wed Apr 23 20:40:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 10:00:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158c93c8
dev-cpp/fbthrift: add missing mvfst dependency Misread the qa-vdb output, oops. This should be an RDEPEND since the CMake files Thrift installs depend on mvfst being present. Closes: https://bugs.gentoo.org/954273 Signed-off-by: sin-ack <sin-ack <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41721 Closes: https://github.com/gentoo/gentoo/pull/41721 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{fbthrift-2025.04.14.00.ebuild => fbthrift-2025.04.14.00-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cpp/fbthrift/fbthrift-2025.04.14.00.ebuild b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r1.ebuild similarity index 98% rename from dev-cpp/fbthrift/fbthrift-2025.04.14.00.ebuild rename to dev-cpp/fbthrift/fbthrift-2025.04.14.00-r1.ebuild index d1fe71adac53..5f2ab3b86d24 100644 --- a/dev-cpp/fbthrift/fbthrift-2025.04.14.00.ebuild +++ b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r1.ebuild @@ -30,6 +30,7 @@ RESTRICT="test" DEPEND=" ~dev-cpp/fizz-${PV}:= ~dev-cpp/folly-${PV}:= + ~dev-cpp/mvfst-${PV}:= ~dev-cpp/wangle-${PV}:= dev-cpp/gflags:= dev-cpp/glog:=[gflags]
