Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Fri, 02 Dec 2022 08:04:20
Message-Id: 1669968217.4249fad9a2317cec2f61d38aae59e1cc0e424ea9.arthurzam@gentoo
1 commit: 4249fad9a2317cec2f61d38aae59e1cc0e424ea9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 08:03:37 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 08:03:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4249fad9
7
8 sys-devel/clang: Stabilize 15.0.5 x86, #881855
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-devel/clang/clang-15.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/clang/clang-15.0.5.ebuild b/sys-devel/clang/clang-15.0.5.ebuild
16 index 9df61be2a863..e90165ee18ed 100644
17 --- a/sys-devel/clang/clang-15.0.5.ebuild
18 +++ b/sys-devel/clang/clang-15.0.5.ebuild
19 @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/"
20
21 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
22 SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
23 -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x64-macos"
24 +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x64-macos"
25 IUSE="debug doc +extra +pie +static-analyzer test xml"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27 RESTRICT="!test? ( test )"