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@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@gentoo.org>
This commit is contained in:
sin-ack
2025-04-23 20:40:07 +00:00
committed by Sam James
parent 8d9606f855
commit 158c93c849

View File

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