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-runtime/
Date: Wed, 27 Apr 2022 12:27:21
Message-Id: 1651062424.898ca0ed2ae346375ee48532bb6917047335c481.mgorny@gentoo
1 commit: 898ca0ed2ae346375ee48532bb6917047335c481
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:35:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:27:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898ca0ed
7
8 sys-devel/clang-runtime: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild
16 index e02d928d2be4..e4ff9326ddcb 100644
17 --- a/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild
18 +++ b/sys-devel/clang-runtime/clang-runtime-15.0.0.9999.ebuild
19 @@ -1,13 +1,12 @@
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 multilib-build
27
28 DESCRIPTION="Meta-ebuild for clang runtime libraries"
29 HOMEPAGE="https://clang.llvm.org/"
30 -SRC_URI=""
31
32 LICENSE="metapackage"
33 SLOT="$(ver_cut 1-3)"
34 @@ -24,4 +23,5 @@ RDEPEND="
35 )
36 )
37 libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
38 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
39 + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
40 +"