blob: 088df835aebd99cda9f5b94103be03ff87838ba2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
|