summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 20:07:29 +0100
committerSam James <sam@gentoo.org>2021-04-03 20:52:49 +0100
commit5926ca89472ace9611b8a91607dbe61284e8cdf6 (patch)
tree047f16fd6ef286693d6890c1d279501d3cbe4a8c
parentnet-analyzer/nagios-plugin-check_raid: eutils--, missing dies (diff)
downloadgentoo-5926ca89472ace9611b8a91607dbe61284e8cdf6.tar.gz
gentoo-5926ca89472ace9611b8a91607dbe61284e8cdf6.tar.bz2
gentoo-5926ca89472ace9611b8a91607dbe61284e8cdf6.zip
net-analyzer/nagios-check_fail2ban: multilib--
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
index ac86c2830797..42376a9fbab7 100644
--- a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
+++ b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit multilib autotools
+inherit autotools
GITHUB_AUTHOR="hollow"
GITHUB_PROJECT="check_fail2ban"
@@ -12,18 +12,17 @@ GITHUB_COMMIT="c554837"
DESCRIPTION="A nagios plugin for checking the fail2ban daemon"
HOMEPAGE="https://github.com/hollow/check_fail2ban"
SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
src_prepare() {
+ default
eautoreconf
}