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 A8F1E138331 for ; Thu, 5 Apr 2018 18:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4905E0949; Thu, 5 Apr 2018 18:18:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BA8B2E0949 for ; Thu, 5 Apr 2018 18:18:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6A787335C61 for ; Thu, 5 Apr 2018 18:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29812279 for ; Thu, 5 Apr 2018 18:17:58 +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: <1522951851.52ca91a29bf165a05b3755f8917f2eaa0f873e27.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 52ca91a29bf165a05b3755f8917f2eaa0f873e27 X-VCS-Branch: master Date: Thu, 5 Apr 2018 18:17:58 +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: 85d19916-2ee4-4745-b434-e012f8b1ed2d X-Archives-Hash: 195d69a0cbab9301959233bcb845be32 commit: 52ca91a29bf165a05b3755f8917f2eaa0f873e27 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 18:10:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 18:10:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=52ca91a2 kde-plasma/plasma-meta: Drop USE=qt4 Package-Manager: Portage-2.3.28, Repoman-2.3.9 kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 46169d2ae6..8d6607dc1e 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -12,7 +12,7 @@ LICENSE="metapackage" SLOT="5" KEYWORDS="" IUSE="bluetooth crypt +display-manager grub gtk +handbook legacy-systray -networkmanager pam plymouth pulseaudio qt4 +sddm sdk +wallpapers" +networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers" RDEPEND=" $(add_plasma_dep breeze) @@ -69,12 +69,8 @@ RDEPEND=" $(add_plasma_dep plymouth-kcm) ) pulseaudio? ( $(add_plasma_dep plasma-pa) ) - qt4? ( - kde-plasma/qguiplatformplugin_kde:4 - legacy-systray? ( dev-libs/sni-qt ) - ) sdk? ( $(add_plasma_dep plasma-sdk) ) wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) ) " -REQUIRED_USE="legacy-systray? ( || ( gtk qt4 ) )" +REQUIRED_USE="legacy-systray? ( gtk )"