Skip to content

Commit

Permalink
sys-devel/llvm: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
SoapGentoo committed Oct 16, 2017
1 parent dc1a919 commit a374f9a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-3.7.1-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ src_prepare() {
eapply "${WORKDIR}/${P}-patchset"/lldb/tinfo.patch
fi

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare

# Native libdir is used to hold LLVMgold.so
NATIVE_LIBDIR=$(get_libdir)
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-3.8.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ src_prepare() {
eapply "${WORKDIR}/${P}-patchset"/lldb/six.patch
fi

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare

# Native libdir is used to hold LLVMgold.so
NATIVE_LIBDIR=$(get_libdir)
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-3.9.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ src_prepare() {
eapply "${WORKDIR}/${P}-patchset"/lldb/six.patch
fi

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare

# Native libdir is used to hold LLVMgold.so
NATIVE_LIBDIR=$(get_libdir)
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-4.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ src_prepare() {
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare
}

multilib_src_configure() {
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-5.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ src_prepare() {
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare
}

multilib_src_configure() {
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-5.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ src_prepare() {
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare
}

multilib_src_configure() {
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ src_prepare() {
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die

# User patches
eapply_user
# User patches + QA
cmake-utils_src_prepare
}

multilib_src_configure() {
Expand Down

0 comments on commit a374f9a

Please sign in to comment.