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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34034158086 for ; Tue, 26 Oct 2021 16:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4991E0849; Tue, 26 Oct 2021 16:35:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C181E0849 for ; Tue, 26 Oct 2021 16:35:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ED603430C2 for ; Tue, 26 Oct 2021 16:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 267F0189 for ; Tue, 26 Oct 2021 16:35:11 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1635266107.7b5b7a5652d0d637c1538474374a24c2480fe347.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fizz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fizz/fizz-2021.10.25.00.ebuild X-VCS-Directories: dev-cpp/fizz/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7b5b7a5652d0d637c1538474374a24c2480fe347 X-VCS-Branch: dev Date: Tue, 26 Oct 2021 16:35:11 +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: d350eb34-5dcd-4947-aa5b-02d2a1b9f158 X-Archives-Hash: 7bc458f83ba87aecfcfca6fa8eacd36b commit: 7b5b7a5652d0d637c1538474374a24c2480fe347 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Oct 26 15:58:12 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Oct 26 16:35:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b5b7a56 dev-cpp/fizz: fix build error with latest gtest Closes: https://bugs.gentoo.org/820290 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/fizz/fizz-2021.10.25.00.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-cpp/fizz/fizz-2021.10.25.00.ebuild b/dev-cpp/fizz/fizz-2021.10.25.00.ebuild index a1908fcff..12e7ec567 100644 --- a/dev-cpp/fizz/fizz-2021.10.25.00.ebuild +++ b/dev-cpp/fizz/fizz-2021.10.25.00.ebuild @@ -7,14 +7,12 @@ inherit cmake DESCRIPTION="C++14 implementation of the TLS-1.3 standard" HOMEPAGE="https://github.com/facebookincubator/fizz" - SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" - -CMAKE_USE_DIR="${S}/fizz" +IUSE="examples test" RDEPEND=" ~dev-cpp/folly-${PV}:= @@ -29,9 +27,12 @@ RDEPEND=" #TODO: discover if gtest is linked DEPEND=" ${RDEPEND} - dev-cpp/gtest + test? (