Install this version:
emerge -a =sec-keys/openpgp-keys-apache-pdfbox-20251111
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sec-keys/openpgp-keys-apache-pdfbox-20251111
Or alternatively:
emerge --autounmask-write -a =sec-keys/openpgp-keys-apache-pdfbox-20251111
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
SEC_KEYS_VALIDPGPKEYS=(
'A602970FE1BF5C9C8A9491B97A3C9FE21DFDBF44:lehmi:ubuntu'
)
inherit sec-keys
DESCRIPTION="OpenPGP keys used by pdfbox.apache.org"
HOMEPAGE="https://pdfbox.apache.org/download.html"
KEYWORDS="amd64 arm64 ppc64"
src_install() {
sec-keys_src_install
mv "${ED}"/usr/share/openpgp-keys/{apache-pdfbox,pdfbox.apache.org}.asc || die
}