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 92883138334 for ; Tue, 17 Sep 2019 06:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5816E0A9B; Tue, 17 Sep 2019 06:40:19 +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 8273FE0A9B for ; Tue, 17 Sep 2019 06:40:19 +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 E874634B2A2 for ; Tue, 17 Sep 2019 06:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD487763 for ; Tue, 17 Sep 2019 06:40:03 +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: <1568702301.09d7f6c3681ddce7fb5aed9869b83dd60cd94d1f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/metadata.xml kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 09d7f6c3681ddce7fb5aed9869b83dd60cd94d1f X-VCS-Branch: master Date: Tue, 17 Sep 2019 06:40:03 +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: 3cc5585c-34cc-4210-9f74-34b517d996f3 X-Archives-Hash: 8d20eb86da50058e5c93ac2f4aea1e90 commit: 09d7f6c3681ddce7fb5aed9869b83dd60cd94d1f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 06:38:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 17 06:38:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09d7f6c3 kde-plasma/plasma-desktop: Drop unused DEPEND kicker moved into plasma-workspace, upsteam commit 84c8dade3ce0c9cad9da26b083c954655266c639 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/metadata.xml | 1 - kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml index 65b6478522..cf13ed12c3 100644 --- a/kde-plasma/plasma-desktop/metadata.xml +++ b/kde-plasma/plasma-desktop/metadata.xml @@ -6,7 +6,6 @@ Gentoo KDE Project - Enable AppStream software metadata support Use ibus input method via app-i18n/ibus Enable mouse KCM Enable applets that use app-i18n/scim diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 344aa7b3f8..6cdd26b43b 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS="" -IUSE="appstream +fontconfig ibus +mouse scim +semantic-desktop touchpad" +IUSE="+fontconfig ibus +mouse scim +semantic-desktop touchpad" COMMON_DEPEND=" $(add_frameworks_dep attica) @@ -72,7 +72,6 @@ COMMON_DEPEND=" x11-libs/libXi x11-libs/libxcb[xkb] x11-libs/libxkbfile - appstream? ( >=dev-libs/appstream-0.12.2[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype @@ -114,7 +113,6 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package appstream AppStreamQt) $(cmake-utils_use_find_package fontconfig Fontconfig) $(cmake-utils_use_find_package ibus IBus) $(cmake-utils_use_find_package mouse Evdev)