Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/
Date: Tue, 18 Jan 2022 01:10:20
Message-Id: 1642468209.d1e6f751d3c32d3af5ee7a70bf78c0fdce4295e8.anarchy@gentoo
1 commit: d1e6f751d3c32d3af5ee7a70bf78c0fdce4295e8
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 01:10:09 2022 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 01:10:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d1e6f751
7
8 dev-lang/rust: sync misc changes from ::gentoo
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.56.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-lang/rust/rust-1.56.1.ebuild b/dev-lang/rust/rust-1.56.1.ebuild
17 index df612b6d..6a980eae 100644
18 --- a/dev-lang/rust/rust-1.56.1.ebuild
19 +++ b/dev-lang/rust/rust-1.56.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,7 +6,7 @@ EAPI=7
27 PYTHON_COMPAT=( python3_{7..10} )
28
29 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing \
30 - multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
31 + multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
32
33 if [[ ${PV} = *beta* ]]; then
34 betaver=${PV//*beta}
35 @@ -97,7 +97,7 @@ BDEPEND="${PYTHON_DEPS}
36 dev-util/ninja
37 )
38 test? ( sys-devel/gdb )
39 - verify-sig? ( app-crypt/openpgp-keys-rust )
40 + verify-sig? ( sec-keys/openpgp-keys-rust )
41 "
42
43 DEPEND="