From 2c613e2ad3de8525cce33c9efc7219c9b1c4511b Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 16 Oct 2024 21:44:19 +0200 Subject: [PATCH] sec-keys/openpgp-keys-libvirt: Fix placement of $S variable pkgcheck complains about the following: VariableOrderWrong: version 20210401: variable S should occur before KEYWORDS Well, move the S variable declaration a few lines up. Signed-off-by: Michal Privoznik Signed-off-by: Sam James --- .../openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild index e907cacdc1fb2..84b1d66345a26 100644 --- a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild +++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild @@ -7,12 +7,12 @@ DESCRIPTION="OpenPGP keys used by libvirt" HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/" SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc" +S=${WORKDIR} + LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -S=${WORKDIR} - src_install() { local files=( ${A} ) insinto /usr/share/openpgp-keys