summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-01 01:39:47 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-01 02:05:59 +0200
commitd0829950b8416d3b7a20b1f09bddf6f20cd2599e (patch)
treec2b54d6d8bfa4e4352f5e0135db464532ee116e3 /dev-lang
parentdev-lang/rust: x86 stable (bug #666976) (diff)
downloadgentoo-d0829950b8416d3b7a20b1f09bddf6f20cd2599e.tar.gz
gentoo-d0829950b8416d3b7a20b1f09bddf6f20cd2599e.tar.bz2
gentoo-d0829950b8416d3b7a20b1f09bddf6f20cd2599e.zip
dev-lang/rust-bin: x86 stable (bug #666976)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.29.1.ebuild4
1 files changed, 2 insertions, 2 deletions
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"