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: Sun, 09 Sep 2018 08:00:03
Message-Id: 1536479846.357e1c51d1881d0ad5c0591e63266e117074f530.zlogene@gentoo
1 commit: 357e1c51d1881d0ad5c0591e63266e117074f530
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 07:57:26 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 07:57:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357e1c51
7
8 dev-lang/rust-bin: amd64 stable wrt bug #662904
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild b/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild
16 index 75593e6949a..0cc40a09a3f 100644
17 --- a/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild
18 +++ b/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="amd64? ( https://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux
20
21 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
22 SLOT="stable"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25 IUSE="cargo doc libressl rustfmt"
26
27 CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0"