Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust-bin/
Date: Mon, 25 May 2020 09:53:54
Message-Id: 1590400419.34cfff090ed5b13c5d8b8ddf0bb9e2e70b258d7d.cynede@gentoo
1 commit: 34cfff090ed5b13c5d8b8ddf0bb9e2e70b258d7d
2 Author: David Heidelberg <david <AT> ixit <DOT> cz>
3 AuthorDate: Sun Apr 12 19:15:09 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 09:53:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=34cfff09
7
8 dev-lang/rust-bin: keywords mask -999 & -9999 ebuilds
9
10 Signed-off-by: David Heidelberg <david <AT> ixit.cz>
11 Closes: https://github.com/gentoo/gentoo-rust/pull/482
12 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
13
14 dev-lang/rust-bin/rust-bin-999.ebuild | 7 ++++---
15 dev-lang/rust-bin/rust-bin-9999.ebuild | 7 ++++---
16 2 files changed, 8 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-lang/rust-bin/rust-bin-999.ebuild b/dev-lang/rust-bin/rust-bin-999.ebuild
19 index 69c73c4..e1e5699 100644
20 --- a/dev-lang/rust-bin/rust-bin-999.ebuild
21 +++ b/dev-lang/rust-bin/rust-bin-999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -17,12 +17,13 @@ ALL_RUSTLIB_TARGETS=( "${ALL_RUSTLIB_TARGETS[@]/#/rustlib_targets_}" )
29
30 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
31 SLOT="beta"
32 -KEYWORDS="~amd64 ~arm64 ~x86"
33 +KEYWORDS=""
34 RESTRICT="network-sandbox"
35
36 IUSE="clippy cpu_flags_x86_sse2 doc libressl rls rustfmt ${ALL_RUSTLIB_TARGETS[*]}"
37
38 -CDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
39 +CDEPEND="
40 + >=app-eselect/eselect-rust-0.3_pre20150425
41 !dev-lang/rust:0
42 rustfmt? ( !dev-util/rustfmt )
43 "
44
45 diff --git a/dev-lang/rust-bin/rust-bin-9999.ebuild b/dev-lang/rust-bin/rust-bin-9999.ebuild
46 index 3eb3dbc..bd0fb59 100644
47 --- a/dev-lang/rust-bin/rust-bin-9999.ebuild
48 +++ b/dev-lang/rust-bin/rust-bin-9999.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 @@ -22,12 +22,13 @@ ALL_RUSTLIB_TARGETS=( "${ALL_RUSTLIB_TARGETS[@]/#/rustlib_targets_}" )
56
57 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
58 SLOT="nightly"
59 -KEYWORDS="~amd64 ~arm64 ~x86"
60 +KEYWORDS=""
61 RESTRICT="network-sandbox"
62
63 IUSE="clippy cpu_flags_x86_sse2 doc libressl rls rustfmt ${ALL_RUSTLIB_TARGETS[*]}"
64
65 -CDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
66 +CDEPEND="
67 + >=app-eselect/eselect-rust-0.3_pre20150425
68 !dev-lang/rust:0
69 rustfmt? ( !dev-util/rustfmt )
70 "