diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-11-01 00:37:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-11-01 00:37:17 +0100 |
commit | a50626501fc395047ab4551f6eba40ee1051baeb (patch) | |
tree | 7cace1e328f973556a893ce638c30be6867c94f3 /dev-python | |
parent | sys-apps/systemd: Fix udev dep, once and for all. (diff) | |
download | mgorny-a50626501fc395047ab4551f6eba40ee1051baeb.tar.gz mgorny-a50626501fc395047ab4551f6eba40ee1051baeb.tar.bz2 mgorny-a50626501fc395047ab4551f6eba40ee1051baeb.zip |
dev-python/python-exec: EPREFIX support introduced upstream.
Package-Manager: portage-2.2.0_alpha142
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-exec/python-exec-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-exec/python-exec-9999.ebuild b/dev-python/python-exec/python-exec-9999.ebuild index 308cb6f..386df81 100644 --- a/dev-python/python-exec/python-exec-9999.ebuild +++ b/dev-python/python-exec/python-exec-9999.ebuild @@ -36,6 +36,7 @@ src_configure() { python_foreach_impl append_impl local myeconfargs=( + --with-eprefix="${EPREFIX}" --with-python-impls="${pyimpls}" ) |