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 E9154138331 for ; Wed, 25 Apr 2018 23:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02C78E0920; Wed, 25 Apr 2018 23:30:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D394BE0920 for ; Wed, 25 Apr 2018 23:30:18 +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 B482E335C60 for ; Wed, 25 Apr 2018 23:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F4CA299 for ; Wed, 25 Apr 2018 23:30:10 +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: <1524698988.aafba5bb86241a642b5552c3f1e64f9cd8a16a99.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-5.12.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aafba5bb86241a642b5552c3f1e64f9cd8a16a99 X-VCS-Branch: master Date: Wed, 25 Apr 2018 23:30:10 +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: 0e5694dc-643d-4f6d-aa61-0104025e7f73 X-Archives-Hash: 159640899a0e8ecc75b7647612e417a3 commit: aafba5bb86241a642b5552c3f1e64f9cd8a16a99 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 25 23:29:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 25 23:29:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aafba5bb kde-plasma/plasma-meta: Drop USE=qt4 Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-plasma/plasma-meta/plasma-meta-5.12.49.9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.12.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.12.49.9999.ebuild index 46169d2ae6..8d6607dc1e 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.12.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.12.49.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 )"