commit: 66b1a5913c1e3782104a69764dd0f7eaa8d5ed54 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 27 09:22:20 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Jun 27 09:22:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b1a591
profiles/arch/arm64: mask useflags depending on qtwebkit:4 profiles/arch/arm64/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 8950508f22b..49526790754 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Alexis Ballier <[email protected]> (27 Jun 2017) +# qtwebkit:4 is old and doesnt build with gcc7, skip it +dev-python/PyQt4 webkit +dev-qt/designer:4 webkit +dev-qt/qtdeclarative:4 webkit + # Alexis Ballier <[email protected]> (26 Jun 2017) # Needs gstreamer:0.10 <dev-qt/qtwebkit-4.9 gstreamer
