commit:     e9f4d205dd1a9d7b838369ecd637599a0ed40591
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 12:13:21 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 12:16:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f4d205

sys-cluster/charliecloud: quote ${PYTHON}, sync live ebuild

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-cluster/charliecloud/charliecloud-0.27.ebuild | 4 ++--
 sys-cluster/charliecloud/charliecloud-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/charliecloud/charliecloud-0.27.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.27.ebuild
index 0a5c5c382b07..e3f49d23c4f0 100644
--- a/sys-cluster/charliecloud/charliecloud-0.27.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-0.27.ebuild
@@ -61,13 +61,13 @@ src_configure() {
                # Libdir is used as a libexec-style destination.
                --libdir="${EPREFIX}"/usr/lib
                # Attempts to call python-exec directly otherwise.
-               --with-sphinx-python=${PYTHON}
+               --with-sphinx-python="${PYTHON}"
                # This disables -Werror, see also: 
https://github.com/hpc/charliecloud/pull/808
                --enable-buggy-build
                # Do not use bundled version of dev-python/lark-parser.
                --disable-bundled-lark
                # Use correct shebang.
-               --with-python=${PYTHON}
+               --with-python="${PYTHON}"
        )
        econf "${econf_args[@]}"
 }

diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild 
b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index 0a5c5c382b07..e3f49d23c4f0 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -61,13 +61,13 @@ src_configure() {
                # Libdir is used as a libexec-style destination.
                --libdir="${EPREFIX}"/usr/lib
                # Attempts to call python-exec directly otherwise.
-               --with-sphinx-python=${PYTHON}
+               --with-sphinx-python="${PYTHON}"
                # This disables -Werror, see also: 
https://github.com/hpc/charliecloud/pull/808
                --enable-buggy-build
                # Do not use bundled version of dev-python/lark-parser.
                --disable-bundled-lark
                # Use correct shebang.
-               --with-python=${PYTHON}
+               --with-python="${PYTHON}"
        )
        econf "${econf_args[@]}"
 }

Reply via email to