commit: 5e6edcfeecd94a3eab748ef82bb2b82f5e65734e Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 22:55:32 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 22:55:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6edcfe
net-analyzer/nagios-check_multiple: reorder variables for pkgcheck Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild index dc1215da7d6b..5306346a1066 100644 --- a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild +++ b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild @@ -12,14 +12,14 @@ DESCRIPTION="A Nagios plugin to execute multiple checks in parallel" HOMEPAGE="https://github.com/clarkbox/check_multiple" SRC_URI="https://github.com/clarkbox/check_multiple/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" -S="${WORKDIR}/${MY_PN}-${PV}" - src_install() { distutils-r1_src_install
