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: net-p2p/arti/
Date: Wed,  6 Mar 2024 03:37:39 +0000 (UTC)	[thread overview]
Message-ID: <1709696181.39e30e6822a8106b66c07b709524a0b8032015c1.sam@gentoo> (raw)

commit:     39e30e6822a8106b66c07b709524a0b8032015c1
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar  6 01:06:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 03:36:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e30e68

net-p2p/arti: add system dependency on zstd

Avoids building a static vendored copy "because rust".

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

 net-p2p/arti/{arti-1.1.13.ebuild => arti-1.1.13-r1.ebuild} | 2 ++
 net-p2p/arti/arti-9999.ebuild                              | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-p2p/arti/arti-1.1.13.ebuild b/net-p2p/arti/arti-1.1.13-r1.ebuild
similarity index 99%
rename from net-p2p/arti/arti-1.1.13.ebuild
rename to net-p2p/arti/arti-1.1.13-r1.ebuild
index 43f5e046efe2..9b9bb14fec65 100644
--- a/net-p2p/arti/arti-1.1.13.ebuild
+++ b/net-p2p/arti/arti-1.1.13-r1.ebuild
@@ -558,6 +558,7 @@ LICENSE+="
 SLOT="0"
 
 DEPEND="app-arch/xz-utils
+	app-arch/zstd:=
 	dev-db/sqlite:3
 	dev-libs/openssl:="
 RDEPEND="${DEPEND}"
@@ -574,6 +575,7 @@ src_unpack() {
 }
 
 src_compile() {
+	export ZSTD_SYS_USE_PKG_CONFIG=1
 	for crate in crates/*; do
 		pushd "${crate}" || die
 		cargo_src_compile

diff --git a/net-p2p/arti/arti-9999.ebuild b/net-p2p/arti/arti-9999.ebuild
index 8a5e2a599e77..09c689cf5286 100644
--- a/net-p2p/arti/arti-9999.ebuild
+++ b/net-p2p/arti/arti-9999.ebuild
@@ -31,6 +31,7 @@ LICENSE+="
 SLOT="0"
 
 DEPEND="app-arch/xz-utils
+	app-arch/zstd:=
 	dev-db/sqlite:3
 	dev-libs/openssl:="
 RDEPEND="${DEPEND}"
@@ -47,6 +48,7 @@ src_unpack() {
 }
 
 src_compile() {
+	export ZSTD_SYS_USE_PKG_CONFIG=1
 	for crate in crates/*; do
 		pushd "${crate}" || die
 		cargo_src_compile


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

Thread overview: 57+ 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-03-02 20:32 [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/ John Helmert III
2025-01-20 23:56 John Helmert III
2025-01-20 23:56 John Helmert III
2024-12-15  4:57 John Helmert III
2024-12-02  0:47 John Helmert III
2024-12-02  0:47 John Helmert III
2024-09-21 18:19 John Helmert III
2024-08-17 19:37 John Helmert III
2024-08-17 19:37 John Helmert III
2024-06-27 19:23 John Helmert III
2024-06-27 19:23 John Helmert III
2024-06-19 18:19 John Helmert III
2024-06-19 18:19 John Helmert III
2024-05-25 20:25 John Helmert III
2024-05-25 20:25 John Helmert III
2024-05-11 17:23 John Helmert III
2024-05-11 17:23 John Helmert III
2024-04-21  0:08 John Helmert III
2024-03-31 21:20 John Helmert III
2024-02-17 18:27 John Helmert III
2024-02-17 18:27 John Helmert III
2024-02-17 18:27 John Helmert III
2024-01-14 22:27 John Helmert III
2024-01-14 22:27 John Helmert III
2023-12-16 18:41 John Helmert III
2023-11-21 17:35 John Helmert III
2023-10-08 19:48 John Helmert III
2023-10-08 19:48 John Helmert III
2023-10-08 19:48 John Helmert III
2023-09-10 18:04 John Helmert III
2023-07-19 15:49 John Helmert III
2023-06-11 19:00 John Helmert III
2023-06-03 18:21 John Helmert III
2023-06-03 18:21 John Helmert III
2023-05-28 18:13 John Helmert III
2023-05-28 18:13 John Helmert III
2023-05-07  4:53 John Helmert III
2023-05-07  4:53 John Helmert III
2023-05-07  4:44 John Helmert III
2023-05-07  4:42 John Helmert III
2023-02-19 16:46 John Helmert III
2023-02-19 16:46 John Helmert III
2022-12-01  3:23 John Helmert III
2022-10-21  6:04 John Helmert III
2022-10-06  2:28 John Helmert III
2022-09-06 15:48 John Helmert III
2022-09-06 15:48 John Helmert III
2022-08-06  4:00 John Helmert III
2022-08-06  4:00 John Helmert III
2022-07-05  3:55 John Helmert III
2022-05-30 22:20 John Helmert III
2022-05-30 22:20 John Helmert III
2022-05-11  3:46 John Helmert III
2022-04-12 14:48 John Helmert III
2022-03-14 16:35 John Helmert III
2022-03-13 19:45 John Helmert III

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=1709696181.39e30e6822a8106b66c07b709524a0b8032015c1.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