From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA5FB1582ED for ; Sat, 15 Jun 2024 14:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8D2E2B1A; Sat, 15 Jun 2024 14:08:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 69437E2B1A for ; Sat, 15 Jun 2024 14:08:20 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB27C33BED4 for ; Sat, 15 Jun 2024 14:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4548F1CA4 for ; Sat, 15 Jun 2024 14:08:18 +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: <1718460481.74e4b263218d831b8e2ed28d94a5e6a8c0c5e494.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: 74e4b263218d831b8e2ed28d94a5e6a8c0c5e494 X-VCS-Branch: master Date: Sat, 15 Jun 2024 14:08:18 +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: 33eba7c7-9f72-4b45-9d3c-ac489aed0715 X-Archives-Hash: 59d33c76592fb1bb48e79250d6cccfb9 commit: 74e4b263218d831b8e2ed28d94a5e6a8c0c5e494 Author: Oliver Freyermuth googlemail com> AuthorDate: Thu Jun 13 22:50:54 2024 +0000 Commit: Nicolas Bock gentoo 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 googlemail.com> Signed-off-by: Nicolas Bock 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 ) "