From: Jason Zaman Date: Sat, 8 Sep 2018 08:11:52 +0000 (+0800) Subject: net-libs/google-cloud-cpp: Add gtest dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=099f6fd7c44fcfa8061fb6fa907aa28d96d6d81b;p=gentoo.git net-libs/google-cloud-cpp: Add gtest dep Fixes: https://bugs.gentoo.org/665478 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0.ebuild b/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0.ebuild index fc309dfdbc61..0cc60cd4db47 100644 --- a/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0.ebuild +++ b/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0.ebuild @@ -19,10 +19,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="dev-libs/protobuf +RDEPEND="dev-libs/protobuf net-misc/curl net-libs/grpc" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-cpp/gtest" DOCS=( README.md ) PATCHES=(