public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sccache/
Date: Wed,  6 Mar 2024 03:37:39 +0000 (UTC)	[thread overview]
Message-ID: <1709696182.2f1a06ebbb4459b6ccb2aa96dc4646c2d67fb216.sam@gentoo> (raw)

commit:     2f1a06ebbb4459b6ccb2aa96dc4646c2d67fb216
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar  6 01:46:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 03:36:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1a06eb

dev-util/sccache: make the zstd dependency effective

It is needed by the zstd-sys crate, but only if we tell it to use the
system copy...

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/sccache/{sccache-0.5.4.ebuild => sccache-0.5.4-r1.ebuild} | 3 ++-
 dev-util/sccache/sccache-9999.ebuild                               | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/sccache/sccache-0.5.4.ebuild b/dev-util/sccache/sccache-0.5.4-r1.ebuild
similarity index 99%
rename from dev-util/sccache/sccache-0.5.4.ebuild
rename to dev-util/sccache/sccache-0.5.4-r1.ebuild
index eb47216271ca..97207cbb5aeb 100644
--- a/dev-util/sccache/sccache-0.5.4.ebuild
+++ b/dev-util/sccache/sccache-0.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2023 Gentoo Authors
+# Copyright 2017-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Autogenerated by pycargoebuild 0.7
@@ -444,6 +444,7 @@ src_configure() {
 	# Should be able to drop this once we have a 'gentoo' profile
 	sed -i 's/strip = true/strip = false/' Cargo.toml || die
 
+	export ZSTD_SYS_USE_PKG_CONFIG=1
 	myfeatures=(
 		native-zlib
 		$(usev azure)

diff --git a/dev-util/sccache/sccache-9999.ebuild b/dev-util/sccache/sccache-9999.ebuild
index 2a99e5798f56..ebb46ec79d8d 100644
--- a/dev-util/sccache/sccache-9999.ebuild
+++ b/dev-util/sccache/sccache-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2023 Gentoo Authors
+# Copyright 2017-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Autogenerated by pycargoebuild 0.7
@@ -65,6 +65,7 @@ src_configure() {
 	# Should be able to drop this once we have a 'gentoo' profile
 	sed -i 's/strip = true/strip = false/' Cargo.toml || die
 
+	export ZSTD_SYS_USE_PKG_CONFIG=1
 	myfeatures=(
 		native-zlib
 		$(usev azure)


             reply	other threads:[~2024-03-06  3:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06  3:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-18 15:13 [gentoo-commits] repo/gentoo:master commit in: dev-util/sccache/ Sam James
2025-05-29  8:31 WANG Xuerui
2025-03-13  8:56 Petr Vaněk
2025-03-12 12:04 Petr Vaněk
2025-03-10  3:02 Sam James
2025-03-10  3:02 Sam James
2025-03-10  3:02 Sam James
2025-01-14  4:53 Sam James
2025-01-14  4:53 Sam James
2024-12-11  2:13 Sam James
2024-11-25  0:02 Sam James
2024-11-25  0:02 Sam James
2024-11-25  0:02 Sam James
2024-11-25  0:02 Sam James
2023-06-27 16:28 Sam James
2023-06-27  7:54 Sam James
2022-09-28  2:45 Georgy Yakovlev
2022-09-27 20:52 Georgy Yakovlev
2021-07-24  6:09 Georgy Yakovlev
2021-07-24  2:45 Georgy Yakovlev
2021-02-25 23:52 Georgy Yakovlev
2021-02-25 23:48 Georgy Yakovlev
2021-02-25 23:47 Georgy Yakovlev
2020-09-23  6:33 Georgy Yakovlev
2020-09-23  6:33 Georgy Yakovlev
2020-06-11  2:00 Georgy Yakovlev
2020-02-29  7:46 Georgy Yakovlev
2020-02-18  6:16 Georgy Yakovlev
2019-12-30  9:39 Georgy Yakovlev
2019-08-09  8:38 Georgy Yakovlev
2019-01-26  7:41 Georgy Yakovlev
2019-01-26  7:32 Georgy Yakovlev
2019-01-26  3:50 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709696182.2f1a06ebbb4459b6ccb2aa96dc4646c2d67fb216.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox