commit:     74e4b263218d831b8e2ed28d94a5e6a8c0c5e494
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Thu Jun 13 22:50:54 2024 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:08:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e4b263

sys-cluster/charliecloud: add missing BDEPEND on pkgconfig

Also reorders ebuild variables to adhere to pkgconfig checks.

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 sys-cluster/charliecloud/charliecloud-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 )
 "

Reply via email to