diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-12-09 11:20:01 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-12-09 11:51:47 -0500 |
commit | f2459659b0d956b7142bcd9218a20e6e3fd824c2 (patch) | |
tree | 95d8c1afe4675b263c5978047ea36780dbd1a049 /net-analyzer | |
parent | net-analyzer/nagios: add 4.5.8 (diff) | |
download | gentoo-f2459659b0d956b7142bcd9218a20e6e3fd824c2.tar.gz gentoo-f2459659b0d956b7142bcd9218a20e6e3fd824c2.tar.bz2 gentoo-f2459659b0d956b7142bcd9218a20e6e3fd824c2.zip |
net-analyzer/nagios-core: reorder $S to make pkgcheck happy
Closes: https://github.com/gentoo/gentoo/pull/39582
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-4.5.8.ebuild | 4 |
1 files 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 |