From 158c93c849166f329dda167751e26eddbcc0f270 Mon Sep 17 00:00:00 2001 From: sin-ack Date: Wed, 23 Apr 2025 20:40:07 +0000 Subject: [PATCH] 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 Part-of: https://github.com/gentoo/gentoo/pull/41721 Closes: https://github.com/gentoo/gentoo/pull/41721 Signed-off-by: Sam James --- ...ift-2025.04.14.00.ebuild => fbthrift-2025.04.14.00-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename dev-cpp/fbthrift/{fbthrift-2025.04.14.00.ebuild => fbthrift-2025.04.14.00-r1.ebuild} (98%) 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 d1fe71adac538..5f2ab3b86d245 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]