Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/
Date: Mon, 04 Jul 2022 16:49:34
Message-Id: 1656953333.e38073d612cc66ba8fb2120e984c21da25c90567.quentin@gentoo
1 commit: e38073d612cc66ba8fb2120e984c21da25c90567
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Mon Jul 4 02:01:44 2022 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon Jul 4 16:48:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e38073d6
7
8 dev-lang/rust: Merge change from ::gentoo
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/libressl/pull/431
12 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
13
14 dev-lang/rust/rust-1.60.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust/rust-1.60.0.ebuild b/dev-lang/rust/rust-1.60.0.ebuild
18 index 3a788f9..75316f6 100644
19 --- a/dev-lang/rust/rust-1.60.0.ebuild
20 +++ b/dev-lang/rust/rust-1.60.0.ebuild
21 @@ -19,7 +19,7 @@ else
22 SLOT="stable/${ABI_VER}"
23 MY_P="rustc-${PV}"
24 SRC="${MY_P}-src.tar.xz"
25 - KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
26 + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
27 fi
28
29 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"