commit:     c3c22eb8592e6b4e5484b233955e150b1140ee71
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 10:49:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 10:56:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c22eb8

sys-devel/clang-common: Fix S assignment

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/clang-common/clang-common-11.0.1.9999.ebuild | 2 +-
 sys-devel/clang-common/clang-common-12.0.0.9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild 
b/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild
index 1c9ca4dbe64..c9abcb48cca 100644
--- a/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild
+++ b/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild
@@ -7,7 +7,6 @@ inherit bash-completion-r1 llvm.org
 
 DESCRIPTION="Common files shared between multiple slots of clang"
 HOMEPAGE="https://llvm.org/";
-S=${WORKDIR}/clang/utils
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -18,6 +17,7 @@ PDEPEND="sys-devel/clang:*"
 
 LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh )
 llvm.org_set_globals
+S=${WORKDIR}/clang/utils
 
 src_install() {
        newbashcomp bash-autocomplete.sh clang

diff --git a/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild 
b/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild
index 1c9ca4dbe64..c9abcb48cca 100644
--- a/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild
+++ b/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild
@@ -7,7 +7,6 @@ inherit bash-completion-r1 llvm.org
 
 DESCRIPTION="Common files shared between multiple slots of clang"
 HOMEPAGE="https://llvm.org/";
-S=${WORKDIR}/clang/utils
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -18,6 +17,7 @@ PDEPEND="sys-devel/clang:*"
 
 LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh )
 llvm.org_set_globals
+S=${WORKDIR}/clang/utils
 
 src_install() {
        newbashcomp bash-autocomplete.sh clang

Reply via email to