From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 277B813933E for ; Sat, 31 Jul 2021 13:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ECF1E095F; Sat, 31 Jul 2021 13:40:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32315E095F for ; Sat, 31 Jul 2021 13:40:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 424B0343584 for ; Sat, 31 Jul 2021 13:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C13858 for ; Sat, 31 Jul 2021 13:40:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1627738338.f0f7baa57c4256e3a7cf802d65b54626a526c950.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.12-r2.ebuild dev-libs/libxml2/libxml2-2.9.12-r3.ebuild dev-libs/libxml2/libxml2-2.9.12-r4.ebuild dev-libs/libxml2/libxml2-2.9.12.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0f7baa57c4256e3a7cf802d65b54626a526c950 X-VCS-Branch: master Date: Sat, 31 Jul 2021 13:40:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94864f7d-0b77-4adf-8081-98f2d7008476 X-Archives-Hash: 6fd820236ab491ad5d3b9899e6dd6e8c commit: f0f7baa57c4256e3a7cf802d65b54626a526c950 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 31 06:35:19 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 31 13:32:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f7baa5 dev-libs/libxml2: Use BROOT for verify-sig key path Signed-off-by: Michał Górny gentoo.org> dev-libs/libxml2/libxml2-2.9.12-r2.ebuild | 2 +- dev-libs/libxml2/libxml2-2.9.12-r3.ebuild | 2 +- dev-libs/libxml2/libxml2-2.9.12-r4.ebuild | 2 +- dev-libs/libxml2/libxml2-2.9.12.ebuild | 2 +- 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 3a36dc6102f..c00357fd49f 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 824b111956a..7d87a16e154 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 6027333fb81..a128eab5483 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 d21164e6cfc..75db7e79251 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"