From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93C2B1382C5 for ; Sat, 27 Jan 2018 20:29:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ACC2E0AF6; Sat, 27 Jan 2018 20:29:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAAEDE0AF6 for ; Sat, 27 Jan 2018 20:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C834335C36 for ; Sat, 27 Jan 2018 20:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91BDD1CE for ; Sat, 27 Jan 2018 20:29:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517084863.f557ecefc60e84185be75326c754d9680090571a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/plasma/package.use X-VCS-Directories: profiles/targets/desktop/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f557ecefc60e84185be75326c754d9680090571a X-VCS-Branch: master Date: Sat, 27 Jan 2018 20:29:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 94dd5ffd-6c94-43a2-a5b4-0b6b96ae2e1d X-Archives-Hash: 10c9440ded48185d40e1982891980fee commit: f557ecefc60e84185be75326c754d9680090571a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 27 18:55:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 27 20:27:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f557ecef profiles: plasma: Disable USE=phonon roundtrip for dev-qt/designer Caused by USE=phonon in make.defaults. profiles/targets/desktop/plasma/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 554fb2728a6..05f104c0969 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -33,3 +33,6 @@ media-sound/pulseaudio gnome # Required by kde-frameworks/kactivities sys-libs/zlib minizip + +# Mitigate media-libs/phonon:4[designer] dep by USE=phonon in make.defaults +dev-qt/designer:4 -phonon