sec-keys/openpgp-keys-gnustep - 20251025 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-gnustep-20251025

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

autounmask =sec-keys/openpgp-keys-gnustep-20251025

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-gnustep-20251025

Package Information

Description:
OpenPGP keys used by the GNUstep project
Homepage:
https://www.gnustep.org/

Ebuild Details

Version EAPI Keywords Slot
20251025 8 ~alpha amd64 ppc ppc64 ~sparc x86
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	"83AAE47CE829A4146EF83420CA868D4C99149679:gnustep:ubuntu"
)

inherit sec-keys

DESCRIPTION="OpenPGP keys used by the GNUstep project"
HOMEPAGE="https://www.gnustep.org/"

KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"

Inherited Eclasses