diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-18 08:39:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-18 16:03:03 +0100 |
commit | 33e0fb091f4c1279283e21d8cf0025a76f0580cd (patch) | |
tree | 9ba6d48472fca00900c135587c036d604c007b86 /sys-devel | |
parent | sys-devel/llvm-toolchain-symlinks: Bump to 16.0.0 (diff) | |
download | gentoo-33e0fb091f4c1279283e21d8cf0025a76f0580cd.tar.gz gentoo-33e0fb091f4c1279283e21d8cf0025a76f0580cd.tar.bz2 gentoo-33e0fb091f4c1279283e21d8cf0025a76f0580cd.zip |
sys-devel/llvmgold: Bump to 16.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvmgold/llvmgold-16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvmgold/llvmgold-16.ebuild b/sys-devel/llvmgold/llvmgold-16.ebuild index 17566e8e5d16..83a4359d7099 100644 --- a/sys-devel/llvmgold/llvmgold-16.ebuild +++ b/sys-devel/llvmgold/llvmgold-16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="0" -KEYWORDS="~loong" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" RDEPEND=" sys-devel/llvm:${PV}[binutils-plugin] |