diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-09 20:01:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-09 20:06:47 +0100 |
commit | 029c2896425322f16081d0c66d4e9b1bd6d4f3be (patch) | |
tree | af0472e46ba3efab392d236e878dc7838a9af8d8 /sys-devel/llvm | |
parent | sys-apps/portage: Force py2 for doc-build with USE=epydoc (diff) | |
download | gentoo-029c2896425322f16081d0c66d4e9b1bd6d4f3be.tar.gz gentoo-029c2896425322f16081d0c66d4e9b1bd6d4f3be.tar.bz2 gentoo-029c2896425322f16081d0c66d4e9b1bd6d4f3be.zip |
sys-devel/llvm: Force python* for USE=test build
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-3.7.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.7.0-r3.ebuild b/sys-devel/llvm/llvm-3.7.0-r3.ebuild index 4fe4d699ed56..ab428f05c9d7 100644 --- a/sys-devel/llvm/llvm-3.7.0-r3.ebuild +++ b/sys-devel/llvm/llvm-3.7.0-r3.ebuild @@ -219,7 +219,7 @@ src_prepare() { # User patches epatch_user - python_setup + python_setup 'python*' # Native libdir is used to hold LLVMgold.so NATIVE_LIBDIR=$(get_libdir) |