sec-keys/openpgp-keys-knot - 20260304 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-knot-20260304

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sec-keys/openpgp-keys-knot-20260304

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-knot-20260304

Package Information

Description:
OpenPGP keys used by the Knot DNS developers
Homepage:
https://www.knot-dns.cz/download/

Ebuild Details

Version EAPI Keywords Slot
20260304 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# expiration: 2030-11-11
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"

Inherited Eclasses