diff options
author | Michal Privoznik <michal.privoznik@gmail.com> | 2024-10-16 21:44:19 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-17 06:00:01 +0100 |
commit | 2c613e2ad3de8525cce33c9efc7219c9b1c4511b (patch) | |
tree | a14cadc0de628bc5ef4deaab13dce0b59f3e7f4e /sec-keys | |
parent | sec-keys/openpgp-keys-libvirt: Fill in missing upstream link in metadata (diff) | |
download | gentoo-2c613e2ad3de8525cce33c9efc7219c9b1c4511b.tar.gz gentoo-2c613e2ad3de8525cce33c9efc7219c9b1c4511b.tar.bz2 gentoo-2c613e2ad3de8525cce33c9efc7219c9b1c4511b.zip |
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>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild | 4 |
1 files 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 e907cacdc1fb..84b1d66345a2 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 |