From e9f4d205dd1a9d7b838369ecd637599a0ed40591 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 8 Apr 2022 15:13:21 +0300 Subject: sys-cluster/charliecloud: quote ${PYTHON}, sync live ebuild Signed-off-by: Joonas Niilola --- sys-cluster/charliecloud/charliecloud-0.27.ebuild | 4 ++-- sys-cluster/charliecloud/charliecloud-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-cluster') 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[@]}" } -- cgit v1.2.3-65-gdbad