commit: 5c0bf155f4aecf3b5266543060d0d737d75f3b91
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 06:35:26 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:32:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0bf155
net-analyzer/vnstat: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/vnstat/vnstat-1.17-r1.ebuild | 2 +-
net-analyzer/vnstat/vnstat-2.6-r1.ebuild | 2 +-
net-analyzer/vnstat/vnstat-2.7.ebuild | 2 +-
net-analyzer/vnstat/vnstat-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
index 8aa25d8a327..d66538eaedb 100644
--- a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
+++ b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/teemutoivola.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc
inherit flag-o-matic toolchain-funcs verify-sig
DESCRIPTION="Console-based network traffic monitor that keeps statistics of
network usage"
diff --git a/net-analyzer/vnstat/vnstat-2.6-r1.ebuild
b/net-analyzer/vnstat/vnstat-2.6-r1.ebuild
index 1f52869e87a..828e302eae1 100644
--- a/net-analyzer/vnstat/vnstat-2.6-r1.ebuild
+++ b/net-analyzer/vnstat/vnstat-2.6-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/vergoh/vnstat"
inherit git-r3
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/teemutoivola.asc
+
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc
inherit verify-sig
SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"
diff --git a/net-analyzer/vnstat/vnstat-2.7.ebuild
b/net-analyzer/vnstat/vnstat-2.7.ebuild
index a950ea58731..5798621a760 100644
--- a/net-analyzer/vnstat/vnstat-2.7.ebuild
+++ b/net-analyzer/vnstat/vnstat-2.7.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/vergoh/vnstat"
inherit git-r3
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/teemutoivola.asc
+
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc
inherit verify-sig
SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"
diff --git a/net-analyzer/vnstat/vnstat-9999.ebuild
b/net-analyzer/vnstat/vnstat-9999.ebuild
index 50a581a0103..02ba926a4b8 100644
--- a/net-analyzer/vnstat/vnstat-9999.ebuild
+++ b/net-analyzer/vnstat/vnstat-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/vergoh/vnstat"
inherit git-r3
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/teemutoivola.asc
+
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc
inherit verify-sig
SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"