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 5F70A158003 for ; Mon, 18 Oct 2021 17:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E7EE081A; Mon, 18 Oct 2021 17:59:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74096E081A for ; Mon, 18 Oct 2021 17:59:24 +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 6156434348F for ; Mon, 18 Oct 2021 17:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1FAC83 for ; Mon, 18 Oct 2021 17:59:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1634579893.87d7930b379117cd4c95846276ac7026fcd94d08.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sccache/, dev-util/sccache/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sccache/files/reqwest-azure.patch dev-util/sccache/sccache-0.2.15.ebuild X-VCS-Directories: dev-util/sccache/files/ dev-util/sccache/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 87d7930b379117cd4c95846276ac7026fcd94d08 X-VCS-Branch: master Date: Mon, 18 Oct 2021 17:59:21 +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: f3d56d83-a363-4671-b165-19c5cf1fd849 X-Archives-Hash: 1362ed05ea4a0053d7b18597532a2add commit: 87d7930b379117cd4c95846276ac7026fcd94d08 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Oct 18 17:57:44 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Oct 18 17:58:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d7930b dev-util/sccache: fix build with USE=azure Bug: https://bugs.gentoo.org/808621 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/sccache/files/reqwest-azure.patch | 11 +++++++++++ dev-util/sccache/sccache-0.2.15.ebuild | 2 ++ 2 files changed, 13 insertions(+) diff --git a/dev-util/sccache/files/reqwest-azure.patch b/dev-util/sccache/files/reqwest-azure.patch new file mode 100644 index 00000000000..70b4b9d1252 --- /dev/null +++ b/dev-util/sccache/files/reqwest-azure.patch @@ -0,0 +1,11 @@ +--- a/Cargo.toml 2021-01-12 14:25:51.000000000 -0800 ++++ b/Cargo.toml 2021-10-18 10:52:26.206057993 -0700 +@@ -122,7 +122,7 @@ + [features] + default = ["all"] + all = ["dist-client", "redis", "s3", "memcached", "gcs", "azure"] +-azure = ["chrono", "hyper", "hyperx", "url", "hmac", "md-5", "sha2"] ++azure = ["chrono", "hyper", "hyperx", "reqwest", "url", "hmac", "md-5", "sha2"] + s3 = ["chrono", "hyper", "hyperx", "reqwest", "simple-s3", "hmac", "sha-1"] + simple-s3 = [] + gcs = ["chrono", "hyper", "hyperx", "percent-encoding", "reqwest", "ring", "untrusted", "url"] diff --git a/dev-util/sccache/sccache-0.2.15.ebuild b/dev-util/sccache/sccache-0.2.15.ebuild index 2716995b2be..b1e5c6f04f7 100644 --- a/dev-util/sccache/sccache-0.2.15.ebuild +++ b/dev-util/sccache/sccache-0.2.15.ebuild @@ -421,6 +421,8 @@ RDEPEND="${DEPEND} QA_FLAGS_IGNORED="usr/bin/sccache*" +PATCHES=( "${FILESDIR}/reqwest-azure.patch" ) + src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack