commit: f2459659b0d956b7142bcd9218a20e6e3fd824c2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Dec 9 16:20:01 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 16:51:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2459659
net-analyzer/nagios-core: reorder $S to make pkgcheck happy Closes: https://github.com/gentoo/gentoo/pull/39582 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> net-analyzer/nagios-core/nagios-core-4.5.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild b/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild index 7860e755104b..c5174613eade 100644 --- a/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild @@ -15,6 +15,8 @@ GENTOO_ICONS="${PN}-gentoo-icons-20141125" SRC_URI="https://downloads.sourceforge.net/nagios/${MY_P}.tar.gz web? ( https://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )" +S="${WORKDIR}/${MY_P}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" @@ -88,8 +90,6 @@ RDEPEND="${CONFIGURE_DEPEND} ) vim-syntax? ( app-vim/nagios-syntax )" -S="${WORKDIR}/${MY_P}" - src_configure() { local myconf
