summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-26 18:29:40 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-26 18:54:21 +0100
commit08312f403e995a2d206eb1c00244f83ea846e645 (patch)
tree9d3a59e31c1e764d7c5f519d17668bf0ceaa1dea
parentgames-emulation/pcsxr: Clean up old (diff)
downloadgentoo-08312f403e995a2d206eb1c00244f83ea846e645.tar.gz
gentoo-08312f403e995a2d206eb1c00244f83ea846e645.tar.bz2
gentoo-08312f403e995a2d206eb1c00244f83ea846e645.zip
dev-lang/python-exec: Set fallback PATH suitably for Prefix
-rw-r--r--dev-lang/python-exec/python-exec-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python-exec/python-exec-9999.ebuild b/dev-lang/python-exec/python-exec-9999.ebuild
index c130a90f5411..d84bec17007b 100644
--- a/dev-lang/python-exec/python-exec-9999.ebuild
+++ b/dev-lang/python-exec/python-exec-9999.ebuild
@@ -53,6 +53,7 @@ src_configure() {
done
local myconf=(
+ --with-fallback-path="${EPREFIX}/usr/local/sbin:${EPREFIX}/usr/local/bin:${EPREFIX}/usr/sbin:${EPREFIX}/usr/bin:${EPREFIX}/sbin:${EPREFIX}/bin"
--with-python-impls="${pyimpls[*]}"
)