Diff charliecloud-0.33 with a charliecloud-0.34
/usr/portage/sys-cluster/charliecloud/charliecloud-0.34.ebuild 2023-10-09 14:52:35.456368501 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 | |
8 | 8 |
inherit autotools optfeature python-single-r1 |
9 | 9 | |
... | ... | |
54 | 54 |
} |
55 | 55 | |
56 | 56 |
src_configure() { |
57 |
local econf_args=() |
|
58 |
econf_args+=( |
|
57 |
local econf_args=( |
|
59 | 58 |
$(use_enable doc html) |
60 | 59 |
$(use_enable ch-image) |
61 | 60 |
# Libdir is used as a libexec-style destination. |