From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 714DF158088 for ; Thu, 28 Oct 2021 20:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39381E0921; Thu, 28 Oct 2021 20:56:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B7E0E0921 for ; Thu, 28 Oct 2021 20:56:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46D6F343CBC for ; Thu, 28 Oct 2021 20:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED50198 for ; Thu, 28 Oct 2021 20:56:38 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1635415142.8721fa2857e17cbf8599f4ba4e39420144d43503.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wangle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wangle/wangle-2021.10.25.00.ebuild X-VCS-Directories: dev-cpp/wangle/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 8721fa2857e17cbf8599f4ba4e39420144d43503 X-VCS-Branch: master Date: Thu, 28 Oct 2021 20:56:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80b20aa1-3fa8-42ed-8d55-e7ac325b4285 X-Archives-Hash: d18b8bfa7286fc46f14b967a6032f432 commit: 8721fa2857e17cbf8599f4ba4e39420144d43503 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Oct 28 09:59:02 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Oct 28 09:59:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8721fa28 dev-cpp/wangle: depend on gtest Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/wangle/wangle-2021.10.25.00.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-cpp/wangle/wangle-2021.10.25.00.ebuild b/dev-cpp/wangle/wangle-2021.10.25.00.ebuild index 2440a2f5c..1fe53a582 100644 --- a/dev-cpp/wangle/wangle-2021.10.25.00.ebuild +++ b/dev-cpp/wangle/wangle-2021.10.25.00.ebuild @@ -7,16 +7,13 @@ inherit cmake DESCRIPTION="Framework providing common client/server abstractions" HOMEPAGE="https://github.com/facebook/wangle" - SRC_URI="https://github.com/facebook/wangle/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -CMAKE_USE_DIR="${S}/wangle" - -DEPEND=" +RDEPEND=" ~dev-cpp/fizz-${PV}:= ~dev-cpp/folly-${PV}:= dev-cpp/gflags @@ -26,7 +23,12 @@ DEPEND=" dev-libs/libfmt dev-libs/openssl:0= " -RDEPEND="${DEPEND}" +DEPEND=" + ${RDEPEND} + dev-cpp/gtest +" + +CMAKE_USE_DIR="${S}/wangle" src_configure() { local mycmakeargs=(