commit:     530806430fbf986405316cbd71cc8f1ef59f397b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 06:35:32 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:32:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53080643

net-misc/chrony: Use BROOT for verify-sig key path

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/chrony/chrony-4.0-r2.ebuild | 2 +-
 net-misc/chrony/chrony-4.1-r1.ebuild | 2 +-
 net-misc/chrony/chrony-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/chrony/chrony-4.0-r2.ebuild 
b/net-misc/chrony/chrony-4.0-r2.ebuild
index 290db9f4f02..693ea18334e 100644
--- a/net-misc/chrony/chrony-4.0-r2.ebuild
+++ b/net-misc/chrony/chrony-4.0-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git";
        inherit git-r3
 else
-       VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/mlichvar.asc
+       VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/mlichvar.asc
        inherit verify-sig
 
        SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";

diff --git a/net-misc/chrony/chrony-4.1-r1.ebuild 
b/net-misc/chrony/chrony-4.1-r1.ebuild
index 41b2733275f..bd15590467d 100644
--- a/net-misc/chrony/chrony-4.1-r1.ebuild
+++ b/net-misc/chrony/chrony-4.1-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git";
        inherit git-r3
 else
-       VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/mlichvar.asc
+       VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/mlichvar.asc
        inherit verify-sig
 
        SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";

diff --git a/net-misc/chrony/chrony-9999.ebuild 
b/net-misc/chrony/chrony-9999.ebuild
index d3e68c8d012..3f3cc988005 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git";
        inherit git-r3
 else
-       VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/mlichvar.asc
+       VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/mlichvar.asc
        inherit verify-sig
 
        SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";

Reply via email to