sec-keys/openpgp-keys-libvirt: Fix placement of $S variable

pkgcheck complains about the <S-Insert>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 <michal.privoznik@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Michal Privoznik
2024-10-16 21:44:19 +02:00
committed by Sam James
parent c4857749fd
commit 2c613e2ad3

View File

@@ -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