Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
Date: Thu, 04 Oct 2018 07:59:19
Message-Id: 1538639879.72069a5b74da8b547e5296d33d0be66c1d426c32.zlogene@gentoo
1 commit: 72069a5b74da8b547e5296d33d0be66c1d426c32
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 07:57:59 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 07:57:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72069a5b
7
8 dev-lang/rust-bin: amd64 stable wrt bug #666976
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-lang/rust-bin/rust-bin-1.29.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
17 index cc54a0ffd92..509e6014d00 100644
18 --- a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
19 +++ b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
20 @@ -20,7 +20,7 @@ SRC_URI="amd64? ( https://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux
21
22 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
23 SLOT="stable"
24 -KEYWORDS="~amd64 ~arm64 x86"
25 +KEYWORDS="amd64 ~arm64 x86"
26 IUSE="cargo clippy cpu_flags_x86_sse2 doc libressl rustfmt"
27
28 CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0"