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 E119D1396D9 for ; Sat, 11 Nov 2017 16:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 061B9E10D5; Sat, 11 Nov 2017 16:24:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D41F2E10D5 for ; Sat, 11 Nov 2017 16:24:42 +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 7F1AC33BF0F for ; Sat, 11 Nov 2017 16:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23AB9965 for ; Sat, 11 Nov 2017 16:24:39 +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: <1510417454.dc5fab9a15aa45e494c73a4ce512d7affafe987b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kde-apps-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kde-apps-meta/kde-apps-meta-17.08.3.ebuild X-VCS-Directories: kde-apps/kde-apps-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dc5fab9a15aa45e494c73a4ce512d7affafe987b X-VCS-Branch: master Date: Sat, 11 Nov 2017 16:24:39 +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: 0edfad7c-2455-4522-8100-1a85388484cb X-Archives-Hash: 8576ac23c4701e8cbe4ec0c533a02504 commit: dc5fab9a15aa45e494c73a4ce512d7affafe987b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 11 13:24:39 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 16:24:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5fab9a kde-apps/kde-apps-meta: Drop USE=qt4 and kdewebdev-meta Remaining packages have no frameworks port and are being dropped upstream. Package-Manager: Portage-2.3.13, Repoman-2.3.4 kde-apps/kde-apps-meta/kde-apps-meta-17.08.3.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-17.08.3.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-17.08.3.ebuild index 021d5e351dc..58cf3bcb4a9 100644 --- a/kde-apps/kde-apps-meta/kde-apps-meta-17.08.3.ebuild +++ b/kde-apps/kde-apps-meta/kde-apps-meta-17.08.3.ebuild @@ -7,7 +7,7 @@ inherit kde5-meta-pkg DESCRIPTION="Meta package for the KDE Applications collection" KEYWORDS="~amd64 ~x86" -IUSE="accessibility pim +qt4 sdk" +IUSE="accessibility pim sdk" RDEPEND=" $(add_kdeapps_dep kate) @@ -21,8 +21,5 @@ RDEPEND=" $(add_kdeapps_dep kdeutils-meta) accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) ) pim? ( $(add_kdeapps_dep kdepim-meta) ) - sdk? ( - $(add_kdeapps_dep kdesdk-meta) - qt4? ( $(add_kdeapps_dep kdewebdev-meta) ) - ) + sdk? ( $(add_kdeapps_dep kdesdk-meta) ) "