Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Mon, 01 Oct 2018 00:07:22
Message-Id: 1538352409.d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd.whissi@gentoo
1 commit: d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 00:04:28 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 00:06:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c1ddb3
7
8 dev-lang/rust: don't set KEYWORDS at all for beta releases
9
10 Tools like tatt cannot really handle empty KEYWORDS. So don't set
11 KEYWORDS at all when we don't want keywords.
12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14 Package-Manager: Portage-2.3.50, Repoman-2.3.11
15
16 dev-lang/rust/rust-1.25.0.ebuild | 3 +--
17 dev-lang/rust/rust-1.28.0-r1.ebuild | 3 +--
18 dev-lang/rust/rust-1.28.0.ebuild | 3 +--
19 dev-lang/rust/rust-1.29.1.ebuild | 1 -
20 4 files changed, 3 insertions(+), 7 deletions(-)
21
22 diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild
23 index 5411d562a2f..37d8c394ea5 100644
24 --- a/dev-lang/rust/rust-1.25.0.ebuild
25 +++ b/dev-lang/rust/rust-1.25.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
33 MY_P="rustc-beta"
34 SLOT="beta/${PV}"
35 SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz"
36 - KEYWORDS="amd64 x86"
37 else
38 ABI_VER="$(get_version_component_range 1-2)"
39 SLOT="stable/${ABI_VER}"
40
41 diff --git a/dev-lang/rust/rust-1.28.0-r1.ebuild b/dev-lang/rust/rust-1.28.0-r1.ebuild
42 index 8b05979a58f..308474cfe15 100644
43 --- a/dev-lang/rust/rust-1.28.0-r1.ebuild
44 +++ b/dev-lang/rust/rust-1.28.0-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
52 MY_P="rustc-beta"
53 SLOT="beta/${PV}"
54 SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
55 - KEYWORDS="amd64"
56 else
57 ABI_VER="$(get_version_component_range 1-2)"
58 SLOT="stable/${ABI_VER}"
59
60 diff --git a/dev-lang/rust/rust-1.28.0.ebuild b/dev-lang/rust/rust-1.28.0.ebuild
61 index 41be6dd5569..a3139658c1b 100644
62 --- a/dev-lang/rust/rust-1.28.0.ebuild
63 +++ b/dev-lang/rust/rust-1.28.0.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
71 MY_P="rustc-beta"
72 SLOT="beta/${PV}"
73 SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
74 - KEYWORDS=""
75 else
76 ABI_VER="$(get_version_component_range 1-2)"
77 SLOT="stable/${ABI_VER}"
78
79 diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild
80 index f67bcb8b451..9ff5d6b03f5 100644
81 --- a/dev-lang/rust/rust-1.29.1.ebuild
82 +++ b/dev-lang/rust/rust-1.29.1.ebuild
83 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
84 MY_P="rustc-beta"
85 SLOT="beta/${PV}"
86 SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
87 - KEYWORDS="x86"
88 else
89 ABI_VER="$(get_version_component_range 1-2)"
90 SLOT="stable/${ABI_VER}"