Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Thu, 27 Sep 2018 17:27:40
Message-Id: 1538069187.245ec831e420746541ea073c3ba500f34fbb5bbc.whissi@gentoo
1 commit: 245ec831e420746541ea073c3ba500f34fbb5bbc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 17:26:25 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 17:26:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245ec831
7
8 virtual/rust: drop stable x86 keyword
9
10 ...which was accidentially added via commit 3f19f76ebaa187fd15e8b749d0672b7a761e47ca.
11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 virtual/rust/rust-1.27.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild
19 index 1d482c72cda..f0642556ce5 100644
20 --- a/virtual/rust/rust-1.27.1.ebuild
21 +++ b/virtual/rust/rust-1.27.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -9,7 +9,7 @@ SRC_URI=""
29
30 LICENSE=""
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm64 x86"
33 +KEYWORDS="~amd64 ~arm64 ~x86"
34
35 BDEPEND=""
36 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"