diff options
Diffstat (limited to 'net-misc/chrony/chrony-4.4.ebuild')
-rw-r--r-- | net-misc/chrony/chrony-4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.4.ebuild b/net-misc/chrony/chrony-4.4.ebuild index 0323ccfde089..356e5cbcd424 100644 --- a/net-misc/chrony/chrony-4.4.ebuild +++ b/net-misc/chrony/chrony-4.4.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://gitlab.com/chrony/chrony.git" inherit git-r3 else - VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/mlichvar.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/mlichvar.asc inherit verify-sig SRC_URI="https://chrony-project.org/releases/${P/_/-}.tar.gz" |