sec-keys/openpgp-keys-mdroth - 20260619 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-mdroth-20260619

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

autounmask =sec-keys/openpgp-keys-mdroth-20260619

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-mdroth-20260619

Package Information

Description:
OpenPGP key used by Michael Roth (mdroth)
Homepage:
https://github.com/mdroth https://gitlab.com/mdroth

Ebuild Details

Version EAPI Keywords Slot
20260619 8 ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	CEACC9E15534EBABB82D3FA03353C9CEF108B584:mdroth:openpgp,ubuntu
)

inherit sec-keys

DESCRIPTION="OpenPGP key used by Michael Roth (mdroth)"
HOMEPAGE="https://github.com/mdroth https://gitlab.com/mdroth"

SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"

Inherited Eclasses