mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/37066 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
committed by
Eli Schwartz
parent
8355af3ea9
commit
803caf39b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user