Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/
Date: Wed, 28 Aug 2019 08:33:10
Message-Id: 1566980655.a024bd38136b4ffa36205925894ff38d1a9dd057.gyakovlev@gentoo
1 commit: a024bd38136b4ffa36205925894ff38d1a9dd057
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 07:23:26 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 08:24:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a024bd38
7
8 profiles/arch/base/package.use.mask: no docs and tools for rust-bin
9
10 Bug: https://bugs.gentoo.org/660512
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 profiles/arch/base/package.use.mask | 6 ++++++
14 1 file changed, 6 insertions(+)
15
16 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
17 index 2215c435345..072dbbd336c 100644
18 --- a/profiles/arch/base/package.use.mask
19 +++ b/profiles/arch/base/package.use.mask
20 @@ -1,6 +1,12 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# Georgy Yakovlev <gyakovlev@g.o> (2019-08-28)
25 +# upstream tarballs for tier-2 arches do not ship docs
26 +# and starting with 1.37 no longer ship extra tools
27 +dev-lang/rust-bin doc
28 +>=dev-lang/rust-bin-1.37 clippy rustfmt
29 +
30 # Craig Andrews <candrews@g.o> (2019-07-03)
31 # Raspberry Pi support is only available on arm.
32 # Mask raspberry-pi USE globally, unmask on arm.