Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/
Date: Wed, 27 Apr 2022 12:27:15
Message-Id: 1651062412.9f6c9012965dd7fcdbb89aeb873c1eb3f50d4f32.mgorny@gentoo
1 commit: 9f6c9012965dd7fcdbb89aeb873c1eb3f50d4f32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:34:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:26:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6c9012
7
8 sys-devel/llvm-common: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm-common/llvm-common-15.0.0.9999.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-devel/llvm-common/llvm-common-15.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-15.0.0.9999.ebuild
16 index fdadac15eda6..df37476f6fbc 100644
17 --- a/sys-devel/llvm-common/llvm-common-15.0.0.9999.ebuild
18 +++ b/sys-devel/llvm-common/llvm-common-15.0.0.9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit llvm.org
27
28 @@ -11,9 +11,10 @@ HOMEPAGE="https://llvm.org/"
29 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
30 SLOT="0"
31 KEYWORDS=""
32 -IUSE=""
33
34 -RDEPEND="!sys-devel/llvm:0"
35 +RDEPEND="
36 + !sys-devel/llvm:0
37 +"
38
39 LLVM_COMPONENTS=( llvm/utils/vim )
40 llvm.org_set_globals