diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 18:57:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 18:57:08 +0200 |
commit | 9c7c3ef426e7b678cb576f29ebf708eb252f2bfe (patch) | |
tree | ab0b24736f8f316be0df5fc53da68199f5a37abd /net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild | |
parent | dev-perl/DateTime: keyworded 1.440.0 for sparc, bug #652718 (diff) | |
download | gentoo-9c7c3ef426e7b678cb576f29ebf708eb252f2bfe.tar.gz gentoo-9c7c3ef426e7b678cb576f29ebf708eb252f2bfe.tar.bz2 gentoo-9c7c3ef426e7b678cb576f29ebf708eb252f2bfe.zip |
net-analyzer/nagios-plugin-check_raid: Remove support for non-existent deps
Diffstat (limited to 'net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild index 2db9d1b6c6a8..e17b33ae8af8 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="${HOMEPAGE}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="3ware aacraid dmraid hpa hpsa i2o megaraid-sas megaraid-scsi mpt mpt-sas2" +IUSE="3ware aacraid dmraid hpa hpsa megaraid-sas megaraid-scsi mpt mpt-sas2" DEPEND="dev-perl/Monitoring-Plugin dev-perl/Module-Pluggable" @@ -27,7 +27,6 @@ RDEPEND="${DEPEND} dmraid? ( sys-fs/dmraid ) hpa? ( sys-block/hpacucli ) hpsa? ( sys-apps/cciss_vol_status ) - i2o? ( sys-apps/raidutils ) megaraid-sas? ( sys-block/megacli ) megaraid-scsi? ( sys-block/megarc ) mpt-sas2? ( sys-block/sas2ircu ) |