Install this version:
emerge -a =app-crypt/archlinux-keyring-20251116
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/archlinux-keyring-20251116
Or alternatively:
emerge --autounmask-write -a =app-crypt/archlinux-keyring-20251116
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20251116 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GnuPG keyring of Archlinux developer keys"
HOMEPAGE="https://gitlab.archlinux.org/archlinux/archlinux-keyring"
#SRC_URI="https://sources.archlinux.org/other/${PN}/${P}.tar.gz"
SRC_URI="https://gitlab.archlinux.org/archlinux/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-2" # "GPL" for the Arch linux package
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=app-crypt/sequoia-sq-0.33.0"
src_compile(){
emake build
}
src_install(){
emake PREFIX='/usr' DESTDIR="${D}" install
}
pkg_postinst() {
einfo ""
einfo "This package only installs the keyring files while sys-apps/pacman"
einfo "initializes these keyrings to actually use it. This is a different"
einfo "behaviour from Archlinux, but is necessary to avoid circular deps."
einfo ""
}
>=app-crypt/sequoia-sq-0.33.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | archlinux-keyring-20251116.tar.bz2 | 1496220 bytes | https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/archive/20251116/archlinux-keyring-20251116.tar.bz2 |