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/clang-common/
Date: Wed, 27 Apr 2022 12:27:17
Message-Id: 1651062415.c18e9de16d7cd026069dc582919902235e1731e3.mgorny@gentoo
1 commit: c18e9de16d7cd026069dc582919902235e1731e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:35:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:26:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18e9de1
7
8 sys-devel/clang-common: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/clang-common-15.0.0.9999.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild
16 index 71768ae561e5..46b53588191e 100644
17 --- a/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild
18 +++ b/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild
19 @@ -1,23 +1,24 @@
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 bash-completion-r1 llvm.org
27
28 DESCRIPTION="Common files shared between multiple slots of clang"
29 HOMEPAGE="https://llvm.org/"
30 +S=${WORKDIR}/clang/utils
31
32 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
33 SLOT="0"
34 KEYWORDS=""
35 -IUSE=""
36
37 -PDEPEND="sys-devel/clang:*"
38 +PDEPEND="
39 + sys-devel/clang:*
40 +"
41
42 LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh )
43 llvm.org_set_globals
44 -S=${WORKDIR}/clang/utils
45
46 src_install() {
47 newbashcomp bash-autocomplete.sh clang