diff options
Diffstat (limited to 'net-analyzer/vnstat/vnstat-2.10.ebuild')
-rw-r--r-- | net-analyzer/vnstat/vnstat-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/vnstat/vnstat-2.10.ebuild b/net-analyzer/vnstat/vnstat-2.10.ebuild index 003505c2f716..77e008daf772 100644 --- a/net-analyzer/vnstat/vnstat-2.10.ebuild +++ b/net-analyzer/vnstat/vnstat-2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/teemutoivola.asc inherit verify-sig SRC_URI="https://humdi.net/vnstat/${P}.tar.gz" |