From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3971D138206 for ; Wed, 27 Apr 2016 09:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F6021C01D; Wed, 27 Apr 2016 09:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6D1721C01D for ; Wed, 27 Apr 2016 09:33:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C999A340AA7 for ; Wed, 27 Apr 2016 09:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A7615F for ; Wed, 27 Apr 2016 09:33:50 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461749615.e1c95566ffd6ade9a634785cfb92a99641d835db.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e1c95566ffd6ade9a634785cfb92a99641d835db X-VCS-Branch: master Date: Wed, 27 Apr 2016 09:33:50 +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: 87808e63-ff29-4738-a6e0-dba20815723c X-Archives-Hash: f288f1e162a4a2d06c35911c6db74faa commit: e1c95566ffd6ade9a634785cfb92a99641d835db Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 27 09:33:35 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 27 09:33:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1c95566 kde-misc/systemd-kcm: Update dependencies Package-Manager: portage-2.2.28 kde-misc/systemd-kcm/systemd-kcm-9999.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild index c74a629..1b2d8af 100644 --- a/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild +++ b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild @@ -7,27 +7,30 @@ EAPI=6 CMAKE_MIN_VERSION="3.0.0" inherit kde5 -DESCRIPTION="KDE control module for systemd" +DESCRIPTION="Plasma control module for systemd" HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm" IUSE="" LICENSE="GPL-2+" KEYWORDS="" -DEPEND=" +CDEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) - $(add_frameworks_dep kservice) + $(add_frameworks_dep kio) $(add_frameworks_dep kwidgetsaddons) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - >=dev-libs/boost-1.45 sys-apps/systemd " -RDEPEND="${DEPEND} +DEPEND="${CDEPEND} + >=dev-libs/boost-1.45 + sys-devel/gettext +" +RDEPEND="${CDEPEND} !kde-misc/kcmsystemd:4 "