commit: ec8a8ce487e94b8adbb6b46c105ec54db745a02b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 08:43:21 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 08:44:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8a8ce4
dev-lang/python-exec: Remove unneeded --with-eprefix= from -2.9999
dev-lang/python-exec/python-exec-2.9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lang/python-exec/python-exec-2.9999.ebuild
b/dev-lang/python-exec/python-exec-2.9999.ebuild
index 561e393..98e0119 100644
--- a/dev-lang/python-exec/python-exec-2.9999.ebuild
+++ b/dev-lang/python-exec/python-exec-2.9999.ebuild
@@ -53,7 +53,6 @@ src_configure() {
done
local myconf=(
- --with-eprefix="${EPREFIX}"
--with-python-impls="${pyimpls[*]}"
)