diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-31 08:35:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-31 15:32:31 +0200 |
commit | 530806430fbf986405316cbd71cc8f1ef59f397b (patch) | |
tree | d0bd0ebeb833808d70899ef62f00f62b438f18d1 /net-misc | |
parent | net-libs/libpcap: Use BROOT for verify-sig key path (diff) | |
download | gentoo-530806430fbf986405316cbd71cc8f1ef59f397b.tar.gz gentoo-530806430fbf986405316cbd71cc8f1ef59f397b.tar.bz2 gentoo-530806430fbf986405316cbd71cc8f1ef59f397b.zip |
net-misc/chrony: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.0-r2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 290db9f4f020..693ea18334e4 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 41b2733275f5..bd15590467d1 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 d3e68c8d0126..3f3cc9880058 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" |