diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-31 08:35:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-31 15:32:24 +0200 |
commit | 5c0bf155f4aecf3b5266543060d0d737d75f3b91 (patch) | |
tree | ea2ef97f3fab855047eb77427373eb1308aa9320 /net-analyzer | |
parent | net-analyzer/tcpdump: Use BROOT for verify-sig key path (diff) | |
download | gentoo-5c0bf155f4aecf3b5266543060d0d737d75f3b91.tar.gz gentoo-5c0bf155f4aecf3b5266543060d0d737d75f3b91.tar.bz2 gentoo-5c0bf155f4aecf3b5266543060d0d737d75f3b91.zip |
net-analyzer/vnstat: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.17-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/vnstat/vnstat-2.6-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/vnstat/vnstat-2.7.ebuild | 2 | ||||
-rw-r--r-- | 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 8aa25d8a3276..d66538eaedb0 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 1f52869e87aa..828e302eae17 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 a950ea587315..5798621a7601 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 50a581a0103a..02ba926a4b8b 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" |