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: app-arch/createrepo_c/
Date: Sun, 13 Aug 2023 06:49:40 +0000 (UTC)	[thread overview]
Message-ID: <1691909367.22179098cebb1f8ccba0d802c8f11573cb886d2b.sam@gentoo> (raw)

commit:     22179098cebb1f8ccba0d802c8f11573cb886d2b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 06:43:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 06:49:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22179098

app-arch/createrepo_c: fix automagic zstd dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/createrepo_c/createrepo_c-1.0.0.ebuild | 4 +++-
 app-arch/createrepo_c/createrepo_c-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-arch/createrepo_c/createrepo_c-1.0.0.ebuild b/app-arch/createrepo_c/createrepo_c-1.0.0.ebuild
index 7433f2a6011f..a9a502907e62 100644
--- a/app-arch/createrepo_c/createrepo_c-1.0.0.ebuild
+++ b/app-arch/createrepo_c/createrepo_c-1.0.0.ebuild
@@ -18,7 +18,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="legacy test"
+IUSE="legacy test zstd"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -35,6 +35,7 @@ DEPEND="
 	sys-apps/file
 	sys-libs/libmodulemd
 	sys-libs/zlib:=
+	zstd? ( app-arch/zstd:= )
 "
 
 RDEPEND="${DEPEND}"
@@ -49,6 +50,7 @@ src_configure() {
 		-DWITH_LEGACY_HASHES=$(usex legacy ON OFF)
 		-DWITH_LIBMODULEMD=ON
 		-DWITH_ZCHUNK=ON
+		-DWITH_ZSTD=$(usex zstd)
 	)
 
 	cmake_src_configure

diff --git a/app-arch/createrepo_c/createrepo_c-9999.ebuild b/app-arch/createrepo_c/createrepo_c-9999.ebuild
index 7433f2a6011f..a9a502907e62 100644
--- a/app-arch/createrepo_c/createrepo_c-9999.ebuild
+++ b/app-arch/createrepo_c/createrepo_c-9999.ebuild
@@ -18,7 +18,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="legacy test"
+IUSE="legacy test zstd"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -35,6 +35,7 @@ DEPEND="
 	sys-apps/file
 	sys-libs/libmodulemd
 	sys-libs/zlib:=
+	zstd? ( app-arch/zstd:= )
 "
 
 RDEPEND="${DEPEND}"
@@ -49,6 +50,7 @@ src_configure() {
 		-DWITH_LEGACY_HASHES=$(usex legacy ON OFF)
 		-DWITH_LIBMODULEMD=ON
 		-DWITH_ZCHUNK=ON
+		-DWITH_ZSTD=$(usex zstd)
 	)
 
 	cmake_src_configure


             reply	other threads:[~2023-08-13  6:49 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13  6:49 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-25 11:41 [gentoo-commits] repo/gentoo:master commit in: app-arch/createrepo_c/ Matt Jolly
2025-03-25 11:41 Matt Jolly
2025-03-14  7:15 Sam James
2025-01-31 15:08 Matt Jolly
2024-09-24  6:31 Matt Jolly
2024-07-14 11:15 Matt Jolly
2024-07-14 11:15 Matt Jolly
2024-06-24  6:42 Matt Jolly
2024-06-24  6:42 Matt Jolly
2024-04-04  4:44 Matt Jolly
2024-04-04  4:44 Matt Jolly
2024-02-19  1:11 Matt Jolly
2024-02-19  1:11 Matt Jolly
2024-01-31 17:24 Sam James
2023-11-25  3:59 Sam James
2023-11-25  3:59 Sam James
2023-08-13  6:49 Sam James
2023-05-17  1:38 Sam James
2023-05-17  1:38 Sam James
2023-05-07  6:17 Joonas Niilola
2023-03-07 12:16 Sam James
2022-12-19  8:40 Andreas Sturmlechner
2022-10-29 21:32 Sam James
2021-01-04 17:14 Sam James
2021-01-04 17:14 Sam James
2021-01-04 17:14 Sam James

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=1691909367.22179098cebb1f8ccba0d802c8f11573cb886d2b.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