commit: 3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 07:57:19 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 10:00:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c31c103
sys-devel/clang: Build only distribution targets in src_compile()
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/clang/clang-11.0.0.9999.ebuild | 2 +-
sys-devel/clang/clang-12.0.0.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/clang/clang-11.0.0.9999.ebuild
b/sys-devel/clang/clang-11.0.0.9999.ebuild
index 76cb2b8d998..e9c013ee413 100644
--- a/sys-devel/clang/clang-11.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-11.0.0.9999.ebuild
@@ -296,7 +296,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
- cmake_src_compile
+ cmake_build distribution
# provide a symlink for tests
if [[ ! -L ${WORKDIR}/lib/clang ]]; then
diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild
b/sys-devel/clang/clang-12.0.0.9999.ebuild
index 76cb2b8d998..e9c013ee413 100644
--- a/sys-devel/clang/clang-12.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-12.0.0.9999.ebuild
@@ -296,7 +296,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
- cmake_src_compile
+ cmake_build distribution
# provide a symlink for tests
if [[ ! -L ${WORKDIR}/lib/clang ]]; then