diff options
author | Sam James <sam@gentoo.org> | 2022-08-13 15:56:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-13 16:09:00 +0100 |
commit | 4e569afb93c4ac9c95c0b9fee0d40cce5fcdfb39 (patch) | |
tree | 3684b708ed38c20ff0442e64ec174b810ceb0910 /dev-cpp | |
parent | dev-cpp/folly: add 2022.08.08.00 (diff) | |
download | gentoo-4e569afb93c4ac9c95c0b9fee0d40cce5fcdfb39.tar.gz gentoo-4e569afb93c4ac9c95c0b9fee0d40cce5fcdfb39.tar.bz2 gentoo-4e569afb93c4ac9c95c0b9fee0d40cce5fcdfb39.zip |
dev-cpp/folly: add missing gtest test dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/folly/folly-2022.08.08.00.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/folly/folly-2022.08.08.00.ebuild b/dev-cpp/folly/folly-2022.08.08.00.ebuild index 2b7704b001fd..4d3c41e23fd7 100644 --- a/dev-cpp/folly/folly-2022.08.08.00.ebuild +++ b/dev-cpp/folly/folly-2022.08.08.00.ebuild @@ -36,7 +36,8 @@ RDEPEND="app-arch/bzip2 !llvm-libunwind? ( sys-libs/libunwind:= )" # libiberty is linked statically DEPEND="${RDEPEND} - sys-libs/binutils-libs" + sys-libs/binutils-libs + test? ( dev-cpp/gtest )" BDEPEND="test? ( sys-devel/clang )" PATCHES=( |