commit: 56b1a3c79792891c84e014ef4c165161771e73fe
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 14:52:29 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 15:10:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b1a3c7
sys-cluster/charliecloud: adhere to common styles
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-cluster/charliecloud/charliecloud-0.15.ebuild | 6 +++---
sys-cluster/charliecloud/charliecloud-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-cluster/charliecloud/charliecloud-0.15.ebuild
b/sys-cluster/charliecloud/charliecloud-0.15.ebuild
index 0085a7e407f..54113d039cd 100644
--- a/sys-cluster/charliecloud/charliecloud-0.15.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-0.15.ebuild
@@ -62,7 +62,7 @@ src_configure() {
# Libdir is used as a libexec-style destination.
--libdir="${EPREFIX}"/usr/lib
# Attempts to call python-exec directly otherwise.
- --with-sphinx-python=$(which python) \
+ --with-sphinx-python=${PYTHON}
)
econf "${econf_args[@]}"
}
@@ -72,6 +72,6 @@ pkg_postinst() {
elog "to the internal ch-grow. The following packages "
elog "can be installed to get the corresponding support."
- optfeature "Building with Buildah" "app-emulation/buildah"
- optfeature "Building with Docker" "app-emulation/docker"
+ optfeature "Building with Buildah" app-emulation/buildah
+ optfeature "Building with Docker" app-emulation/docker
}
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild
b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index 0085a7e407f..54113d039cd 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -62,7 +62,7 @@ src_configure() {
# Libdir is used as a libexec-style destination.
--libdir="${EPREFIX}"/usr/lib
# Attempts to call python-exec directly otherwise.
- --with-sphinx-python=$(which python) \
+ --with-sphinx-python=${PYTHON}
)
econf "${econf_args[@]}"
}
@@ -72,6 +72,6 @@ pkg_postinst() {
elog "to the internal ch-grow. The following packages "
elog "can be installed to get the corresponding support."
- optfeature "Building with Buildah" "app-emulation/buildah"
- optfeature "Building with Docker" "app-emulation/docker"
+ optfeature "Building with Buildah" app-emulation/buildah
+ optfeature "Building with Docker" app-emulation/docker
}