Install this version:
emerge -a =sec-keys/openpgp-keys-kentoverstreet-20241012
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sec-keys/openpgp-keys-kentoverstreet-20241012
Or alternatively:
emerge --autounmask-write -a =sec-keys/openpgp-keys-kentoverstreet-20241012
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Kent Overstreet"
HOMEPAGE="https://bcachefs.org/"
SRC_URI="https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/plain/keys/13AB336D8DCA6E76.asc -> ${P}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm64"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - kentoverstreet.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | openpgp-keys-kentoverstreet-20241012.asc | 6493 bytes | https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/plain/keys/13AB336D8DCA6E76.asc |