commit: f0446f1c7a5732440fd618f9ff5edbde2adc9aec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 22:48:31 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 22:48:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0446f1c
sys-devel/llvm: Reorder python_setup after epatch_user in -9999
sys-devel/llvm/llvm-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index d36085c..bf42867 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -201,11 +201,11 @@ src_prepare() {
-i tools/lldb/scripts/Python/modules/CMakeLists.txt ||
die
fi
- python_setup
-
# User patches
epatch_user
+ python_setup
+
# Native libdir is used to hold LLVMgold.so
NATIVE_LIBDIR=$(get_libdir)
}