Diff charliecloud-0.39-r1 with a charliecloud-9999
| /usr/portage/sys-cluster/charliecloud/charliecloud-9999.ebuild 2025-07-29 16:22:17.908470125 +0300 | ||
|---|---|---|
| 21 | 21 |
LICENSE="Apache-2.0" |
| 22 | 22 | |
| 23 | 23 |
SLOT="0" |
| 24 |
IUSE="ch-image doc +fuse" |
|
| 24 |
IUSE="ch-image doc +fuse +json" |
|
| 25 | 25 | |
| 26 | 26 |
# Extensive test suite exists, but downloads container images |
| 27 | 27 |
# directly and via Docker and installs packages inside using apt/yum. |
| ... | ... | |
| 46 | 46 |
sys-fs/fuse:3= |
| 47 | 47 |
sys-fs/squashfuse |
| 48 | 48 |
) |
| 49 |
json? ( |
|
| 50 |
dev-libs/cJSON |
|
| 51 |
) |
|
| 49 | 52 |
" |
| 50 | 53 |
RDEPEND=" |
| 51 | 54 |
${DEPEND}
|
| ... | ... | |
| 76 | 79 |
local econf_args=( |
| 77 | 80 |
$(use_enable doc html) |
| 78 | 81 |
$(use_enable ch-image) |
| 82 |
$(use_with json) |
|
| 79 | 83 |
# activates linking against both fuse and squashfuse |
| 80 |
$(use_with fuse libsquashfuse) |
|
| 84 |
$(use_with fuse squashfuse) |
|
| 85 |
# https://github.com/ivmai/bdwgc not packaged |
|
| 86 |
--without-gc |
|
| 81 | 87 |
# Libdir is used as a libexec-style destination. |
| 82 | 88 |
--libdir="${EPREFIX}"/usr/lib
|
| 83 | 89 |
# Attempts to call python-exec directly otherwise. |