diff options
author | 2023-03-12 14:29:02 +0800 | |
---|---|---|
committer | 2023-03-12 14:29:02 +0800 | |
commit | 0309713a4c35dcc25efc3a14cd75e15db92f95c1 (patch) | |
tree | a094b79df3a44f65a5b7dc0b9f5a9b5c8633cfb8 /sys-devel/clang | |
parent | sys-devel/clang-common: keyword 16.0.0_rc4 for ~loong (diff) | |
download | gentoo-0309713a4c35dcc25efc3a14cd75e15db92f95c1.tar.gz gentoo-0309713a4c35dcc25efc3a14cd75e15db92f95c1.tar.bz2 gentoo-0309713a4c35dcc25efc3a14cd75e15db92f95c1.zip |
sys-devel/clang: keyword 16.0.0_rc4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-16.0.0_rc4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-16.0.0_rc4.ebuild b/sys-devel/clang/clang-16.0.0_rc4.ebuild index 4c59778e088a..93bdd2ab61a8 100644 --- a/sys-devel/clang/clang-16.0.0_rc4.ebuild +++ b/sys-devel/clang/clang-16.0.0_rc4.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" +KEYWORDS="~loong" IUSE="debug doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |