Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Wed, 29 May 2019 01:10:00
Message-Id: 1559092136.7feb317d49b43914ad9ad5ea68d8df87fc22c270.bman@gentoo
1 commit: 7feb317d49b43914ad9ad5ea68d8df87fc22c270
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 01:08:56 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 01:08:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7feb317d
7
8 dev-lang/rust: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-lang/rust/rust-1.35.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust/rust-1.35.0.ebuild b/dev-lang/rust/rust-1.35.0.ebuild
18 index 29bf1ddae80..fb6e6ecf273 100644
19 --- a/dev-lang/rust/rust-1.35.0.ebuild
20 +++ b/dev-lang/rust/rust-1.35.0.ebuild
21 @@ -18,7 +18,7 @@ else
22 SLOT="stable/${ABI_VER}"
23 MY_P="rustc-${PV}"
24 SRC="${MY_P}-src.tar.xz"
25 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
26 + KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
27 fi
28
29 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).2"