# 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[@]}"
}
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
}
# 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[@]}"
}
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
}