From 966000153652b4ab0d0e171f4e7c30e6e5e6b3e5 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 9 Feb 2022 23:02:03 +0100 Subject: [PATCH] app-crypt/archlinux-keyring: Build the keyring from source, use sequoia-sq. This is a fixup for a naive bump I did earlier in commit 8d0c242af59021c966fe23c985b258091e02ed77 - special thanks to a fellow gentoo user wrote me an email about that! As we need app-crypt/sequoia-sq now this revbump drops support for the architecture x86. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nils Freydank --- ...ebuild => archlinux-keyring-20220118-r1.ebuild} | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) rename app-crypt/archlinux-keyring/{archlinux-keyring-20220118.ebuild => archlinux-keyring-20220118-r1.ebuild} (69%) diff --git a/app-crypt/archlinux-keyring/archlinux-keyring-20220118.ebuild b/app-crypt/archlinux-keyring/archlinux-keyring-20220118-r1.ebuild similarity index 69% rename from app-crypt/archlinux-keyring/archlinux-keyring-20220118.ebuild rename to app-crypt/archlinux-keyring/archlinux-keyring-20220118-r1.ebuild index ab42131..f334afb 100644 --- a/app-crypt/archlinux-keyring/archlinux-keyring-20220118.ebuild +++ b/app-crypt/archlinux-keyring/archlinux-keyring-20220118-r1.ebuild @@ -8,21 +8,13 @@ HOMEPAGE="https://gitlab.archlinux.org/archlinux/archlinux-keyring" SRC_URI="https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/archive/${PV}/archlinux-keyring-${PV}.tar.gz" LICENSE="GPL-2" # "GPL" for the Arch linux package SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="" -src_prepare() { - # bluntly remove the makefile. - rm Makefile || die "Couldn't remove Makefile" - - default -} +BDEPEND="app-crypt/sequoia-sq" src_install() { - # Take the directory of sys-apps/pacman to have a sane default of - # upstream respectivly Archlinux. - insinto /usr/share/pacman/keyrings/ - doins archlinux{.gpg,-trusted,-revoked} + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install } pkg_postinst() {