diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-18 08:39:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-18 16:03:02 +0100 |
commit | 40f94918d69527791419ea66035940d1e4e11d6e (patch) | |
tree | d0425ea03a3cfa435611455e430e0676e3b6890c /sys-devel/llvm-toolchain-symlinks | |
parent | sys-devel/llvm: Bump to 16.0.0 (diff) | |
download | gentoo-40f94918d69527791419ea66035940d1e4e11d6e.tar.gz gentoo-40f94918d69527791419ea66035940d1e4e11d6e.tar.bz2 gentoo-40f94918d69527791419ea66035940d1e4e11d6e.zip |
sys-devel/llvm-toolchain-symlinks: Bump to 16.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-toolchain-symlinks')
-rw-r--r-- | sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild index c24f550dfe79..3d5290db05a7 100644 --- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild +++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="${PV}" -KEYWORDS="~loong" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="multilib-symlinks +native-symlinks" RDEPEND=" |