diff options
author | 2018-09-09 10:57:26 +0300 | |
---|---|---|
committer | 2018-09-09 10:57:26 +0300 | |
commit | 357e1c51d1881d0ad5c0591e63266e117074f530 (patch) | |
tree | 6950bab82c6dffde1a4c508536f443d2884d9e6a /dev-lang | |
parent | dev-lang/rust: amd64 stable wrt bug #662904 (diff) | |
download | gentoo-357e1c51d1881d0ad5c0591e63266e117074f530.tar.gz gentoo-357e1c51d1881d0ad5c0591e63266e117074f530.tar.bz2 gentoo-357e1c51d1881d0ad5c0591e63266e117074f530.zip |
dev-lang/rust-bin: amd64 stable wrt bug #662904
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 75593e6949a4..0cc40a09a3fa 100644 --- a/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild @@ -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 doc libressl rustfmt" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0" |