From: Thomas Deutschmann Date: Sun, 30 Sep 2018 23:39:47 +0000 (+0200) Subject: dev-lang/rust-bin: x86 stable (bug #666976) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d0829950b8416d3b7a20b1f09bddf6f20cd2599e;p=gentoo.git dev-lang/rust-bin: x86 stable (bug #666976) Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild index 857b9fca3135..12b8c7084dc1 100644 --- a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ SRC_URI="amd64? ( https://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="cargo clippy doc libressl rustfmt" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0"