commit: 6907e94cdfdb4f899f09a2d48459666139df91ab Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 27 09:25:37 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Jun 27 09:25:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6907e94c
profiles/arch/arm64: force kde on dev-qt/designer:4 to avoid qtphonon dep profiles/arch/arm64/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index e45349f8916..d7042e03e3d 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Alexis Ballier <[email protected]> (27 Jun 2017) +# qtphonon requires gstreamer:0.10 which we would want to avoid +# Forcing kde useflag on designer just switched the dep to media-libs/phonon +dev-qt/designer:4 kde + # Alexis Ballier <27 Feb 2017> # arm64 always has neon and vfp: # http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/CJHECGIH.html
