mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43849 Closes: https://github.com/gentoo/gentoo/pull/43849 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
417 B
Bash
15 lines
417 B
Bash
# Copyright 2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
SEC_KEYS_VALIDPGPKEYS=(
|
|
'742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB:daniel.salzman:ubuntu'
|
|
)
|
|
|
|
inherit sec-keys
|
|
|
|
DESCRIPTION="OpenPGP keys used by the Knot DNS developers"
|
|
HOMEPAGE="https://www.knot-dns.cz/download/"
|
|
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
|