Install this version:
emerge -a =dev-util/distribution-gpg-keys-1.119
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/distribution-gpg-keys-1.119
Or alternatively:
emerge --autounmask-write -a =dev-util/distribution-gpg-keys-1.119
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.119 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${P}-1"
DESCRIPTION="Collection of GPG keys used in Linux Distributions"
HOMEPAGE="https://github.com/rpm-software-management/distribution-gpg-keys"
SRC_URI="https://github.com/rpm-software-management/distribution-gpg-keys/archive/${MY_P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="copr"
src_prepare() {
default
use copr || rm -r keys/copr || die
}
src_install() {
insinto "/usr/share/${PN}"
doins -r keys/*
}
Manage flags for this package:
euse -i <flag> -p dev-util/distribution-gpg-keys |
euse -E <flag> -p dev-util/distribution-gpg-keys |
euse -D <flag> -p dev-util/distribution-gpg-keys
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | distribution-gpg-keys-1.119-1.tar.gz | 112470572 bytes | https://github.com/rpm-software-management/distribution-gpg-keys/archive/distribution-gpg-keys-1.119-1.tar.gz |