Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
Date: Sat, 31 Jul 2021 13:40:23
Message-Id: 1627738331.b4787252203ecc7c14254d2eac7f208880e44135.mgorny@gentoo
1 commit: b4787252203ecc7c14254d2eac7f208880e44135
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:14 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4787252
7
8 dev-lang/rust-bin: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/rust-bin/rust-bin-1.52.1.ebuild | 2 +-
13 dev-lang/rust-bin/rust-bin-1.53.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/rust-bin/rust-bin-1.52.1.ebuild b/dev-lang/rust-bin/rust-bin-1.52.1.ebuild
17 index e15339466bd..8ae41adca72 100644
18 --- a/dev-lang/rust-bin/rust-bin-1.52.1.ebuild
19 +++ b/dev-lang/rust-bin/rust-bin-1.52.1.ebuild
20 @@ -33,7 +33,7 @@ QA_PREBUILT="
21 opt/${P}/lib/rustlib/.*/lib/.*
22 "
23
24 -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/rust.asc"
25 +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/rust.asc
26
27 pkg_pretend() {
28 if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then
29
30 diff --git a/dev-lang/rust-bin/rust-bin-1.53.0.ebuild b/dev-lang/rust-bin/rust-bin-1.53.0.ebuild
31 index 30314cb1540..081b94ef385 100644
32 --- a/dev-lang/rust-bin/rust-bin-1.53.0.ebuild
33 +++ b/dev-lang/rust-bin/rust-bin-1.53.0.ebuild
34 @@ -33,7 +33,7 @@ QA_PREBUILT="
35 opt/${P}/lib/rustlib/.*/lib/.*
36 "
37
38 -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/rust.asc"
39 +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/rust.asc
40
41 pkg_pretend() {
42 if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then