diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2021-12-19 16:37:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-21 01:54:24 +0000 |
commit | 5dfd04eec175ce8a022c6adb8c287b89b81f0abe (patch) | |
tree | ed3bef919d24a19b05e0c237e931e357cd3d3bdc /sys-cluster/charliecloud/charliecloud-0.24.ebuild | |
parent | dev-libs/boxfort: drop old (diff) | |
download | gentoo-5dfd04eec175ce8a022c6adb8c287b89b81f0abe.tar.gz gentoo-5dfd04eec175ce8a022c6adb8c287b89b81f0abe.tar.bz2 gentoo-5dfd04eec175ce8a022c6adb8c287b89b81f0abe.zip |
sys-cluster/charliecloud: Add argp compat on musl systems.
Patch also submitted to upstream:
https://github.com/hpc/charliecloud/pull/1258
Closes: https://bugs.gentoo.org/829607
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Closes: https://github.com/gentoo/gentoo/pull/23420
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud/charliecloud-0.24.ebuild')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.24.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-0.24.ebuild b/sys-cluster/charliecloud/charliecloud-0.24.ebuild index ad6833306501..951128bbb6df 100644 --- a/sys-cluster/charliecloud/charliecloud-0.24.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.24.ebuild @@ -30,7 +30,9 @@ RESTRICT="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS}" +RDEPEND="${PYTHON_DEPS} + elibc_musl? ( sys-libs/argp-standalone ) +" DEPEND=" ch-image? ( $(python_gen_cond_dep ' @@ -48,6 +50,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-0.24-dash.patch + "${FILESDIR}"/${PN}-0.24-musl-argp.patch ) src_prepare() { |