mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Add cullen.rhodes. We could swap to the upstream keyring file now as a followup. Bug: https://bugs.gentoo.org/963955 Closes: https://bugs.gentoo.org/964802 Signed-off-by: Sam James <sam@gentoo.org>
19 lines
679 B
Bash
19 lines
679 B
Bash
# Copyright 2022-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
# linked PGP key file misses necessary keys
|
|
SEC_KEYS_VALIDPGPKEYS=(
|
|
'474E22316ABF4785A88C6E8EA2C794A986419D8A:tstellar:ubuntu'
|
|
'D574BD5D1D0E98895E3BF90044F2485E45D59042:tobiashieta:ubuntu'
|
|
'FFB3368980F3E6BB5737145A316C56D064CACBA5:douglas.yung:ubuntu'
|
|
'71046D1E9C6656BDD61171873E83BABF4A4F9E85:cullen.rhodes:ubuntu'
|
|
)
|
|
|
|
inherit sec-keys
|
|
|
|
DESCRIPTION="OpenPGP keys used to sign LLVM releases"
|
|
HOMEPAGE="https://github.com/llvm/llvm-project/releases/tag/llvmorg-21.1.4/"
|
|
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
|