commit: 8863064cb147811451e885c7c967862b192af050 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 6 10:50:06 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Dec 6 16:46:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8863064c
profiles: sparc: Add USE qml to use.mask sparc can't keyword dev-qt/qtdeclarative for some reason, masking this has minimal impact on revdeps and enables to re-keyword most of Qt. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/sparc/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 2885dddfe00..1d103ba87e0 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -6,6 +6,10 @@ # This file contains a list of useflags that cannot be used on sparc. +# Andreas Sturmlechner <[email protected]> (06 Dec 2018) +# dev-qt/qtdeclarative-5.11.x is broken and blocks re-keywording of Qt5. +qml + # Michał Górny <[email protected]> (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs.
