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: Tue, 31 Jan 2023 23:14:51
Message-Id: 1675206867.65833a2c04f207eb6713ca33f55f9a57c11c4b82.quentin@gentoo
1 commit: 65833a2c04f207eb6713ca33f55f9a57c11c4b82
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 28 17:21:11 2023 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Tue Jan 31 23:14:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=65833a2c
7
8 dev-lang/rust: Merge ::gentoo changes
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/libressl/pull/492
12 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
13
14 dev-lang/rust/rust-1.66.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust/rust-1.66.1.ebuild b/dev-lang/rust/rust-1.66.1.ebuild
18 index 100c1a0..f526dbb 100644
19 --- a/dev-lang/rust/rust-1.66.1.ebuild
20 +++ b/dev-lang/rust/rust-1.66.1.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 ~mips ppc ppc64 ~riscv ~sparc ~x86"
26 + KEYWORDS="amd64 ~arm arm64 ~mips ppc ppc64 ~riscv sparc ~x86"
27 fi
28
29 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"