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 E0995138335 for ; Thu, 12 Sep 2019 20:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D1BE0B7B; Thu, 12 Sep 2019 20:27:52 +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 002B6E0B7B for ; Thu, 12 Sep 2019 20:27:51 +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 A93BB34B0DA for ; Thu, 12 Sep 2019 20:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FCE615 for ; Thu, 12 Sep 2019 20:27:47 +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: <1568320052.6858156c04e27c35c8a4bf7986b3c3193ef581f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/systemsettings/systemsettings-5.16.5.ebuild X-VCS-Directories: kde-plasma/systemsettings/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6858156c04e27c35c8a4bf7986b3c3193ef581f6 X-VCS-Branch: master Date: Thu, 12 Sep 2019 20:27:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ffad9a5-bfe8-4f09-b660-3ab4f0623bcb X-Archives-Hash: 48f9e4dbe41bbff92d855c07191c64e8 commit: 6858156c04e27c35c8a4bf7986b3c3193ef581f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 12 19:26:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 12 20:27:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6858156c kde-plasma/systemsettings: Drop USE classic and gtk One is gone in git master already, the other an optional runtime dep. Sync DESCRIPTION with kde overlay. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/systemsettings/systemsettings-5.16.5.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild b/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild index 3822242a75c..ffaee9dd431 100644 --- a/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild @@ -6,9 +6,9 @@ EAPI=7 KDE_HANDBOOK="forceoptional" inherit kde5 -DESCRIPTION="System settings utility" +DESCRIPTION="Control Center to configure KDE Plasma desktop" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="classic gtk" +IUSE="" DEPEND=" $(add_frameworks_dep kactivities) @@ -36,11 +36,9 @@ DEPEND=" $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - classic? ( $(add_frameworks_dep khtml) ) " RDEPEND="${DEPEND} $(add_frameworks_dep kirigami) - gtk? ( $(add_plasma_dep kde-gtk-config) ) " src_prepare() { @@ -53,7 +51,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package classic KF5KHtml) + -DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=ON ) kde5_src_configure