commit: 246176183f05f24cd03af27d50623ed049a44075 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jun 2 08:27:04 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 2 08:27:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24617618
profiles/arch: Mask media-gfx/inkscape flags for keywording Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 5 +++++ profiles/arch/arm64/package.use.mask | 5 +++++ profiles/arch/sparc/package.use.mask | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index dbd2dac3aa6..906f70348c0 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-02) +# Avoid unkeyworded deps, we really need a minimal install +# for imagemagick. +media-gfx/inkscape cdr visio + # Mart Raudsepp <[email protected]> (2020-04-25) # gnome-base/gnome-shell not keyworded on alpha # anymore, bug #677176 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 47ef29e7a98..2e207b5eb9a 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-02) +# Avoid unkeyworded deps, we really need a minimal install +# for imagemagick. +media-gfx/inkscape dia + # Jimi Huotari <[email protected]> (2020-05-17) # Mask until 'app-arch/lxqt-archiver' is keyworded. lxqt-base/lxqt-meta archiver diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 7f2f31e5f3b..f8772e81be3 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-02) +# Avoid unkeyworded deps, we really need a minimal install +# for imagemagick. +media-gfx/inkscape cdr visio wpg + # Michał Górny <[email protected]> (2020-05-06) # dev-vcs/mercurial is broken on SPARC and setuptools_scm tests # lack proper skipping (to be fixed).
