diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-12 23:48:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-12 23:48:31 +0100 |
commit | f0446f1c7a5732440fd618f9ff5edbde2adc9aec (patch) | |
tree | 501ed03475eb8b44d25a015c41452e1ac546b704 /sys-devel/llvm | |
parent | sys-devel/llvm: Merge "add BPF backend to compiled targets" (diff) | |
download | gentoo-f0446f1c7a5732440fd618f9ff5edbde2adc9aec.tar.gz gentoo-f0446f1c7a5732440fd618f9ff5edbde2adc9aec.tar.bz2 gentoo-f0446f1c7a5732440fd618f9ff5edbde2adc9aec.zip |
sys-devel/llvm: Reorder python_setup after epatch_user in -9999
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index d36085c8690b..bf4286783fd3 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) } |