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 <holgersson@posteo.de>
This commit is contained in:
parent
e80297e509
commit
9660001536
@ -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"
|
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
|
LICENSE="GPL-2" # "GPL" for the Arch linux package
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
src_prepare() {
|
BDEPEND="app-crypt/sequoia-sq"
|
||||||
# bluntly remove the makefile.
|
|
||||||
rm Makefile || die "Couldn't remove Makefile"
|
|
||||||
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
# Take the directory of sys-apps/pacman to have a sane default of
|
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
|
||||||
# upstream respectivly Archlinux.
|
|
||||||
insinto /usr/share/pacman/keyrings/
|
|
||||||
doins archlinux{.gpg,-trusted,-revoked}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
Loading…
x
Reference in New Issue
Block a user