From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 765CD13835A for ; Sun, 29 Nov 2020 08:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEF4E0866; Sun, 29 Nov 2020 08:59:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 440E1E0866 for ; Sun, 29 Nov 2020 08:59:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DCFE3414B8 for ; Sun, 29 Nov 2020 08:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F6E53F0 for ; Sun, 29 Nov 2020 08:59:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1606639804.dff628cf0fe7cd5cd780e3999aad8a6e5625df50.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dff628cf0fe7cd5cd780e3999aad8a6e5625df50 X-VCS-Branch: master Date: Sun, 29 Nov 2020 08:59:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc280e8a-b7a3-48ce-b2d6-78461a3ae302 X-Archives-Hash: 5c3394284764d0c814c8bd7a319a9a72 commit: dff628cf0fe7cd5cd780e3999aad8a6e5625df50 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 29 08:50:04 2020 +0000 Commit: Michał Górny gentoo 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 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 */