sec-keys/openpgp-keys-ntpsec - 20260731 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-ntpsec-20260731

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

autounmask =sec-keys/openpgp-keys-ntpsec-20260731

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-ntpsec-20260731

Package Information

Description:
OpenPGP keys used to sign ntpsec releases
Homepage:
https://ftp.ntpsec.org/pub/releases/

Ebuild Details

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

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	"E57235D22764129FA4F2F4D17F52608ED0E49D76:ntpsec:ubuntu"
)

inherit sec-keys

DESCRIPTION="OpenPGP keys used to sign ntpsec releases"
HOMEPAGE="https://ftp.ntpsec.org/pub/releases/"

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

Inherited Eclasses