Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/arm64/, profiles/arch/alpha/
Date: Tue, 02 Jun 2020 08:27:31
Message-Id: 1591086424.246176183f05f24cd03af27d50623ed049a44075.mgorny@gentoo
1 commit: 246176183f05f24cd03af27d50623ed049a44075
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 08:27:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 08:27:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24617618
7
8 profiles/arch: Mask media-gfx/inkscape flags for keywording
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/alpha/package.use.mask | 5 +++++
13 profiles/arch/arm64/package.use.mask | 5 +++++
14 profiles/arch/sparc/package.use.mask | 5 +++++
15 3 files changed, 15 insertions(+)
16
17 diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
18 index dbd2dac3aa6..906f70348c0 100644
19 --- a/profiles/arch/alpha/package.use.mask
20 +++ b/profiles/arch/alpha/package.use.mask
21 @@ -1,6 +1,11 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 +# Michał Górny <mgorny@g.o> (2020-06-02)
26 +# Avoid unkeyworded deps, we really need a minimal install
27 +# for imagemagick.
28 +media-gfx/inkscape cdr visio
29 +
30 # Mart Raudsepp <leio@g.o> (2020-04-25)
31 # gnome-base/gnome-shell not keyworded on alpha
32 # anymore, bug #677176
33
34 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
35 index 47ef29e7a98..2e207b5eb9a 100644
36 --- a/profiles/arch/arm64/package.use.mask
37 +++ b/profiles/arch/arm64/package.use.mask
38 @@ -1,6 +1,11 @@
39 # Copyright 1999-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 +# Michał Górny <mgorny@g.o> (2020-06-02)
43 +# Avoid unkeyworded deps, we really need a minimal install
44 +# for imagemagick.
45 +media-gfx/inkscape dia
46 +
47 # Jimi Huotari <chiitoo@g.o> (2020-05-17)
48 # Mask until 'app-arch/lxqt-archiver' is keyworded.
49 lxqt-base/lxqt-meta archiver
50
51 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
52 index 7f2f31e5f3b..f8772e81be3 100644
53 --- a/profiles/arch/sparc/package.use.mask
54 +++ b/profiles/arch/sparc/package.use.mask
55 @@ -1,6 +1,11 @@
56 # Copyright 1999-2020 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 +# Michał Górny <mgorny@g.o> (2020-06-02)
60 +# Avoid unkeyworded deps, we really need a minimal install
61 +# for imagemagick.
62 +media-gfx/inkscape cdr visio wpg
63 +
64 # Michał Górny <mgorny@g.o> (2020-05-06)
65 # dev-vcs/mercurial is broken on SPARC and setuptools_scm tests
66 # lack proper skipping (to be fixed).