diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 14:12:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 15:55:07 -0400 |
commit | 78213a89b4a602460bf81ba5fab8eed561091ade (patch) | |
tree | 6efaad35fb8009ed19a5e3fc54d48f8da424ffe1 /net-dns/unbound | |
parent | verify-sig.eclass: prepend BROOT to VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.gz gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.bz2 gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.zip |
Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/unbound-1.16.3.ebuild | 2 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.17.0.ebuild | 2 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.17.1.ebuild | 2 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.18.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/unbound/unbound-1.16.3.ebuild b/net-dns/unbound/unbound-1.16.3.ebuild index dbe9a411ad50..4b8faa172d10 100644 --- a/net-dns/unbound/unbound-1.16.3.ebuild +++ b/net-dns/unbound/unbound-1.16.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A validating, recursive and caching DNS resolver" HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/" SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz verify-sig? ( https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz.asc )" -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/unbound.net.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/unbound.net.asc LICENSE="BSD GPL-2" SLOT="0/8" # ABI version of libunbound.so diff --git a/net-dns/unbound/unbound-1.17.0.ebuild b/net-dns/unbound/unbound-1.17.0.ebuild index 03caf4693387..9f2aabe896aa 100644 --- a/net-dns/unbound/unbound-1.17.0.ebuild +++ b/net-dns/unbound/unbound-1.17.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A validating, recursive and caching DNS resolver" HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/" SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz verify-sig? ( https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz.asc )" -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/unbound.net.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/unbound.net.asc LICENSE="BSD GPL-2" SLOT="0/8" # ABI version of libunbound.so diff --git a/net-dns/unbound/unbound-1.17.1.ebuild b/net-dns/unbound/unbound-1.17.1.ebuild index 28b2d0483e05..3ef778531c0b 100644 --- a/net-dns/unbound/unbound-1.17.1.ebuild +++ b/net-dns/unbound/unbound-1.17.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/unbound.net.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/unbound.net.asc inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd verify-sig MY_P=${PN}-${PV/_/} diff --git a/net-dns/unbound/unbound-1.18.0.ebuild b/net-dns/unbound/unbound-1.18.0.ebuild index d5c98a2f3951..448585d69c94 100644 --- a/net-dns/unbound/unbound-1.18.0.ebuild +++ b/net-dns/unbound/unbound-1.18.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/unbound.net.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/unbound.net.asc inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd verify-sig MY_P=${PN}-${PV/_/} |