commit:     803caf39b5ae052746f27cdc7229b8cf01d3d05d
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Fri Jun  7 08:22:13 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 21:07:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803caf39

dev-util/bats: change variable order

This is to please dev-util/pkgcheck
  VariableOrderWrong: version 1.11.0: variable S should occur before KEYWORDS

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/37066
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/bats/bats-1.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bats/bats-1.11.0.ebuild b/dev-util/bats/bats-1.11.0.ebuild
index cb8447860209..d27ff055809f 100644
--- a/dev-util/bats/bats-1.11.0.ebuild
+++ b/dev-util/bats/bats-1.11.0.ebuild
@@ -10,6 +10,8 @@ DESCRIPTION="Bats-core: Bash Automated Testing System"
 HOMEPAGE="https://github.com/bats-core/bats-core/";
 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
+S="${WORKDIR}/${MY_PN}-${PV}"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 hppa ~ppc ppc64 ~riscv ~sparc x86"
@@ -17,8 +19,6 @@ KEYWORDS="amd64 arm arm64 hppa ~ppc ppc64 ~riscv ~sparc x86"
 DEPEND="app-shells/bash:*"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 src_test() {
        local my_jobs=$(get_nproc)
        if ! command -v parallel >/dev/null; then

Reply via email to