From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D673815820A for ; Tue, 08 Jul 2025 06:35:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AC3263410B4 for ; Tue, 08 Jul 2025 06:35:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B09E711055B; Tue, 08 Jul 2025 06:34:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A990C11055B for ; Tue, 08 Jul 2025 06:34:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D166340F4B for ; Tue, 08 Jul 2025 06:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB342ECA for ; Tue, 08 Jul 2025 06:34:56 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1751956474.106cdb9147dcbcab126e1579ba2944a8cc13289e.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/charliecloud/charliecloud-9999.ebuild X-VCS-Directories: sys-cluster/charliecloud/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 106cdb9147dcbcab126e1579ba2944a8cc13289e X-VCS-Branch: master Date: Tue, 08 Jul 2025 06:34:56 +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: ceaf667b-ea7e-4dd0-a683-8273984e0090 X-Archives-Hash: cb7c0e07501a9325bb11363e7e8e9a36 commit: 106cdb9147dcbcab126e1579ba2944a8cc13289e Author: Oliver Freyermuth googlemail com> AuthorDate: Wed Jun 25 22:01:57 2025 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Jul 8 06:34:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106cdb91 sys-cluster/charliecloud: sync live ebuild Part-of: https://github.com/gentoo/gentoo/pull/42749 Signed-off-by: Oliver Freyermuth googlemail.com> Signed-off-by: Nicolas Bock gentoo.org> sys-cluster/charliecloud/charliecloud-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index 210b07c67bfb..1d0e05ca5cb3 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://hpc.github.io/charliecloud/" LICENSE="Apache-2.0" SLOT="0" -IUSE="ch-image doc +fuse" +IUSE="ch-image doc +fuse +json" # Extensive test suite exists, but downloads container images # directly and via Docker and installs packages inside using apt/yum. @@ -46,6 +46,9 @@ COMMON_DEPEND=" sys-fs/fuse:3= sys-fs/squashfuse ) + json? ( + dev-libs/cJSON + ) " RDEPEND=" ${DEPEND} @@ -76,8 +79,11 @@ src_configure() { local econf_args=( $(use_enable doc html) $(use_enable ch-image) + $(use_with json) # activates linking against both fuse and squashfuse - $(use_with fuse libsquashfuse) + $(use_with fuse squashfuse) + # https://github.com/ivmai/bdwgc not packaged + --without-gc # Libdir is used as a libexec-style destination. --libdir="${EPREFIX}"/usr/lib # Attempts to call python-exec directly otherwise.