summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2024-06-14 00:50:54 +0200
committerNicolas Bock <nicolasbock@gentoo.org>2024-06-15 08:08:01 -0600
commit74e4b263218d831b8e2ed28d94a5e6a8c0c5e494 (patch)
tree0a8448c2116746fc863c14e221b1f7ebcb431a04 /sys-cluster
parentdev-python/pypiserver: Enable py3.13 (diff)
downloadgentoo-74e4b263218d831b8e2ed28d94a5e6a8c0c5e494.tar.gz
gentoo-74e4b263218d831b8e2ed28d94a5e6a8c0c5e494.tar.bz2
gentoo-74e4b263218d831b8e2ed28d94a5e6a8c0c5e494.zip
sys-cluster/charliecloud: add missing BDEPEND on pkgconfig
Also reorders ebuild variables to adhere to pkgconfig checks. Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/charliecloud/charliecloud-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index 2efe21c19d55..eac024093be7 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -18,9 +18,9 @@ fi
DESCRIPTION="Lightweight user-defined software stacks for high-performance computing"
HOMEPAGE="https://hpc.github.io/charliecloud/"
+LICENSE="Apache-2.0"
SLOT="0"
-LICENSE="Apache-2.0"
IUSE="ch-image doc"
# Extensive test suite exists, but downloads container images
@@ -30,6 +30,9 @@ RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+BDEPEND="
+ virtual/pkgconfig
+"
RDEPEND="${PYTHON_DEPS}
elibc_musl? ( sys-libs/argp-standalone )
"