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 A05A6138334 for ; Wed, 11 Sep 2019 17:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC3D5E09C7; Wed, 11 Sep 2019 17:44:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AFC74E09C7 for ; Wed, 11 Sep 2019 17:44:04 +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 8F86C34B09A for ; Wed, 11 Sep 2019 17:44:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870216E8 for ; Wed, 11 Sep 2019 17:44:01 +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: <1568223286.8a578c01565b0d5846734272cd2b9588369048cb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/sddm-kcm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild X-VCS-Directories: kde-plasma/sddm-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a578c01565b0d5846734272cd2b9588369048cb X-VCS-Branch: master Date: Wed, 11 Sep 2019 17:44:01 +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: 206014e7-0c66-492e-8eee-e9e10f2bf6d9 X-Archives-Hash: 1b724c48aa907151427ec905447b7565 commit: 8a578c01565b0d5846734272cd2b9588369048cb Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 11 17:32:09 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 11 17:34:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a578c01 kde-plasma/sddm-kcm: Drop unused DEPENDs Upstream commits: 34fc153b25935b693ece5048523c702246c6a0a8 b6d6897bad6f3ca9b52025cdb7a3c19c7f37f55a Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild index 9ce4e0adbb..5bcb132053 100644 --- a/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild +++ b/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2+" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kauth) $(add_frameworks_dep kconfig) @@ -25,14 +25,8 @@ COMMON_DEPEND=" $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libX11 - x11-libs/libXcursor " -DEPEND="${COMMON_DEPEND} - x11-libs/libXfixes -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} $(add_plasma_dep kde-cli-tools) x11-misc/sddm "