diff options
author | Sam James <sam@gentoo.org> | 2020-09-02 01:03:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-02 01:03:01 +0000 |
commit | 8de7fcbc98f8368ec741c9713f7fd6f5795f6611 (patch) | |
tree | 7b3be7e519cd925c5aed9e0722ed45ddaa7ff124 /dev-lang/rust-bin | |
parent | net-libs/libwebsockets: Stabilize 4.0.20 arm, #739888 (diff) | |
download | gentoo-8de7fcbc98f8368ec741c9713f7fd6f5795f6611.tar.gz gentoo-8de7fcbc98f8368ec741c9713f7fd6f5795f6611.tar.bz2 gentoo-8de7fcbc98f8368ec741c9713f7fd6f5795f6611.zip |
dev-lang/rust-bin: Stabilize 1.45.2 amd64, #739310
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.45.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild index e99c2212ebd4..83070baf70e6 100644 --- a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 arm arm64 ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc64 x86" IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt" DEPEND="" |