sec-keys/openpgp-keys-cachyos - 20260615 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-cachyos-20260615

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

autounmask =sec-keys/openpgp-keys-cachyos-20260615

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-cachyos-20260615

Package Information

Description:
OpenPGP keys used by the CachyOS maintainers
Homepage:
https://cachyos.org/

Ebuild Details

Version EAPI Keywords Slot
20260615 8 ~amd64
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# shellcheck shell=bash
# shellcheck disable=SC2034,SC2155

EAPI=8

# see https://github.com/CachyOS/linux-cachyos/blob/master/linux-cachyos/PKGBUILD
# "validpgpkeys" array
SEC_KEYS_VALIDPGPKEYS=(
	E18447AC260021D31F3FF6C4C8A2A4774B8B63C4:enaim:ubuntu
	E8B9AA39F054E30E8290D492C3C4820857F654FE:pjung:ubuntu
)

inherit sec-keys

DESCRIPTION="OpenPGP keys used by the CachyOS maintainers"
HOMEPAGE="https://cachyos.org/"

KEYWORDS="~amd64"

Inherited Eclasses