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: Sat, 24 Sep 2022 20:10:54
Message-Id: 1664050229.e3edaed6c64cb77fb077606c4622eb73c313aa3e.quentin@gentoo
1 commit: e3edaed6c64cb77fb077606c4622eb73c313aa3e
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Sat Sep 24 15:58:11 2022 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sat Sep 24 20:10:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e3edaed6
7
8 dev-lang/rust: Merge changes from ::gentoo
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 dev-lang/rust/rust-1.63.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild
17 index 8ed366c..6cc3ece 100644
18 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild
19 +++ b/dev-lang/rust/rust-1.63.0-r1.ebuild
20 @@ -19,7 +19,7 @@ else
21 SLOT="stable/${ABI_VER}"
22 MY_P="rustc-${PV}"
23 SRC="${MY_P}-src.tar.xz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86"
26 fi
27
28 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"