dev-lang/python-exec: Set fallback PATH suitably for Prefix
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 17:29:40 +0000 (18:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 17:54:21 +0000 (18:54 +0100)
dev-lang/python-exec/python-exec-9999.ebuild

index c130a90f54115af1014491a4c54e857124834ad7..d84bec17007b2b6af5d585d2403aecc425319ab1 100644 (file)
@@ -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[*]}"
        )