Diff llvmgold-21 with a llvmgold-23
| /usr/portage/llvm-core/llvmgold/llvmgold-23.ebuild 2026-09-03 20:03:05.119886592 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 9 | 9 | |
| 10 | 10 |
LICENSE="public-domain" |
| 11 | 11 |
SLOT="0" |
| 12 |
KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" |
|
| 12 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 13 | 13 | |
| 14 | 14 |
RDEPEND=" |
| 15 | 15 |
llvm-core/llvm:${PV}[binutils-plugin]
|