summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-31 08:35:19 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-31 15:32:18 +0200
commitf0f7baa57c4256e3a7cf802d65b54626a526c950 (patch)
tree20483fb01d18b53deedc5ce6d9bce18f20d79098 /dev-libs/libxml2
parentdev-libs/libsodium: Use BROOT for verify-sig key path (diff)
downloadgentoo-f0f7baa57c4256e3a7cf802d65b54626a526c950.tar.gz
gentoo-f0f7baa57c4256e3a7cf802d65b54626a526c950.tar.bz2
gentoo-f0f7baa57c4256e3a7cf802d65b54626a526c950.zip
dev-libs/libxml2: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/libxml2-2.9.12-r2.ebuild2
-rw-r--r--dev-libs/libxml2/libxml2-2.9.12-r3.ebuild2
-rw-r--r--dev-libs/libxml2/libxml2-2.9.12-r4.ebuild2
-rw-r--r--dev-libs/libxml2/libxml2-2.9.12.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
index 3a36dc6102fe..c00357fd49fc 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
@@ -9,7 +9,7 @@ PATCHSET_VERSION="2.9.12-r2-patchset"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="xml"
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/danielveillard.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/danielveillard.asc
inherit autotools flag-o-matic prefix python-r1 multilib-minimal verify-sig
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
diff --git a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
index 824b111956af..7d87a16e154f 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
@@ -9,7 +9,7 @@ PATCHSET_VERSION="2.9.12-r3-patchset"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="xml"
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/danielveillard.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/danielveillard.asc
inherit autotools flag-o-matic prefix python-r1 multilib-minimal verify-sig
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
diff --git a/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild
index 6027333fb815..a128eab54832 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r4.ebuild
@@ -9,7 +9,7 @@ PATCHSET_VERSION="2.9.12-r4-patchset"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="xml"
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/danielveillard.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/danielveillard.asc
inherit autotools flag-o-matic prefix python-r1 multilib-minimal verify-sig
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
diff --git a/dev-libs/libxml2/libxml2-2.9.12.ebuild b/dev-libs/libxml2/libxml2-2.9.12.ebuild
index d21164e6cfc5..75db7e792513 100644
--- a/dev-libs/libxml2/libxml2-2.9.12.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12.ebuild
@@ -7,7 +7,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="xml"
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/danielveillard.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/danielveillard.asc
inherit autotools flag-o-matic prefix python-r1 multilib-minimal verify-sig
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"