commit:     dff628cf0fe7cd5cd780e3999aad8a6e5625df50
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 08:50:04 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 08:50:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff628cf

sys-devel/llvm-common: Delay llvm.org_set_globals after vars

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

 sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild | 5 +++--
 sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild 
b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
index df9cf92b47a..4804d964009 100644
--- a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
+++ b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
@@ -7,8 +7,6 @@ inherit llvm.org
 
 DESCRIPTION="Common files shared between multiple slots of LLVM"
 HOMEPAGE="https://llvm.org/";
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -17,6 +15,9 @@ IUSE=""
 
 RDEPEND="!sys-devel/llvm:0"
 
+LLVM_COMPONENTS=( llvm/utils/vim )
+llvm.org_set_globals
+
 src_install() {
        insinto /usr/share/vim/vimfiles
        doins -r */

diff --git a/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild 
b/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild
index df9cf92b47a..4804d964009 100644
--- a/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild
+++ b/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild
@@ -7,8 +7,6 @@ inherit llvm.org
 
 DESCRIPTION="Common files shared between multiple slots of LLVM"
 HOMEPAGE="https://llvm.org/";
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -17,6 +15,9 @@ IUSE=""
 
 RDEPEND="!sys-devel/llvm:0"
 
+LLVM_COMPONENTS=( llvm/utils/vim )
+llvm.org_set_globals
+
 src_install() {
        insinto /usr/share/vim/vimfiles
        doins -r */

Reply via email to