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 6AA7F138334 for ; Thu, 14 Jun 2018 19:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 993CAE08F1; Thu, 14 Jun 2018 19:27:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6ECBCE08F1 for ; Thu, 14 Jun 2018 19:27:02 +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 4F942335C75 for ; Thu, 14 Jun 2018 19:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AB8428D for ; Thu, 14 Jun 2018 19:26:59 +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: <1529001569.2550e2f9e9b871c7ae7b6a4ad52e15a5e44bb228.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/systemd-kcm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/systemd-kcm/systemd-kcm-9999.ebuild X-VCS-Directories: kde-misc/systemd-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2550e2f9e9b871c7ae7b6a4ad52e15a5e44bb228 X-VCS-Branch: master Date: Thu, 14 Jun 2018 19:26:59 +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: 4cc0c1a2-af8d-4af9-a039-be8ccdca2ad2 X-Archives-Hash: d7851bc551fc9e8b34fc0f51eef1ba95 commit: 2550e2f9e9b871c7ae7b6a4ad52e15a5e44bb228 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 14 18:39:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 14 18:39:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2550e2f9 kde-misc/systemd-kcm: Cleanup deps Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-misc/systemd-kcm/systemd-kcm-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild index 2ed30bfe21..a20dbc5986 100644 --- a/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild +++ b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild @@ -12,7 +12,7 @@ IUSE="" LICENSE="GPL-2+" KEYWORDS="" -CDEPEND=" +RDEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -25,10 +25,6 @@ CDEPEND=" $(add_qt_dep qtwidgets) sys-apps/systemd " -DEPEND="${CDEPEND} - >=dev-libs/boost-1.45 +DEPEND="${RDEPEND} sys-devel/gettext " -RDEPEND="${CDEPEND} - !kde-misc/kcmsystemd:4 -"