Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/
Date: Fri, 08 Apr 2022 12:17:05
Message-Id: 1649420214.e9f4d205dd1a9d7b838369ecd637599a0ed40591.juippis@gentoo
1 commit: e9f4d205dd1a9d7b838369ecd637599a0ed40591
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 12:13:21 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 12:16:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f4d205
7
8 sys-cluster/charliecloud: quote ${PYTHON}, sync live ebuild
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-cluster/charliecloud/charliecloud-0.27.ebuild | 4 ++--
13 sys-cluster/charliecloud/charliecloud-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-cluster/charliecloud/charliecloud-0.27.ebuild b/sys-cluster/charliecloud/charliecloud-0.27.ebuild
17 index 0a5c5c382b07..e3f49d23c4f0 100644
18 --- a/sys-cluster/charliecloud/charliecloud-0.27.ebuild
19 +++ b/sys-cluster/charliecloud/charliecloud-0.27.ebuild
20 @@ -61,13 +61,13 @@ src_configure() {
21 # Libdir is used as a libexec-style destination.
22 --libdir="${EPREFIX}"/usr/lib
23 # Attempts to call python-exec directly otherwise.
24 - --with-sphinx-python=${PYTHON}
25 + --with-sphinx-python="${PYTHON}"
26 # This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
27 --enable-buggy-build
28 # Do not use bundled version of dev-python/lark-parser.
29 --disable-bundled-lark
30 # Use correct shebang.
31 - --with-python=${PYTHON}
32 + --with-python="${PYTHON}"
33 )
34 econf "${econf_args[@]}"
35 }
36
37 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
38 index 0a5c5c382b07..e3f49d23c4f0 100644
39 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
40 +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
41 @@ -61,13 +61,13 @@ src_configure() {
42 # Libdir is used as a libexec-style destination.
43 --libdir="${EPREFIX}"/usr/lib
44 # Attempts to call python-exec directly otherwise.
45 - --with-sphinx-python=${PYTHON}
46 + --with-sphinx-python="${PYTHON}"
47 # This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
48 --enable-buggy-build
49 # Do not use bundled version of dev-python/lark-parser.
50 --disable-bundled-lark
51 # Use correct shebang.
52 - --with-python=${PYTHON}
53 + --with-python="${PYTHON}"
54 )
55 econf "${econf_args[@]}"
56 }