diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:52:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:29 +0100 |
commit | 6b72ba0f97b8a25b94272ebf7e4b5feed1e78726 (patch) | |
tree | 94bfa204820223a81693c7681af6dd4cc83c8a7c /net-analyzer/nagios-plugin-check_raid | |
parent | media-radio/unixcw: fix variable references (diff) | |
download | gentoo-6b72ba0f97b8a25b94272ebf7e4b5feed1e78726.tar.gz gentoo-6b72ba0f97b8a25b94272ebf7e4b5feed1e78726.tar.bz2 gentoo-6b72ba0f97b8a25b94272ebf7e4b5feed1e78726.zip |
net-analyzer/nagios-plugin-check_raid: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-plugin-check_raid')
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild index 26049ac2dfbc..b20b26a5183c 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit eutils perl-module DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status" HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid" #COMMIT="" -MY_PV="${COMMIT:-$PV}" +MY_PV="${COMMIT:-${PV}}" MY_P="${PN}-${MY_PV}" SRC_URI="https://github.com/glensc/nagios-plugin-check_raid/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild index 26049ac2dfbc..b20b26a5183c 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit eutils perl-module DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status" HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid" #COMMIT="" -MY_PV="${COMMIT:-$PV}" +MY_PV="${COMMIT:-${PV}}" MY_P="${PN}-${MY_PV}" SRC_URI="https://github.com/glensc/nagios-plugin-check_raid/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" |