Install this version:
emerge -a =sec-keys/openpgp-keys-dwmw2-20230504
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sec-keys/openpgp-keys-dwmw2-20230504
Or alternatively:
emerge --autounmask-write -a =sec-keys/openpgp-keys-dwmw2-20230504
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP key for David Woodhouse"
HOMEPAGE="https://www.kernel.org/category/signatures.html"
SRC_URI="https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggwnwb6w7?l=dwmw2 -> dwmw2@kernel.org.key"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
S=${WORKDIR}
src_unpack() {
:
}
src_install() {
insinto /usr/share/openpgp-keys
doins "${DISTDIR}/dwmw2@kernel.org.key"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dwmw2@kernel.org.key | 4034 bytes | https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggwnwb6w7?l=dwmw2 |