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 85CC0138334 for ; Sat, 30 Mar 2019 09:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E0EDE07DB; Sat, 30 Mar 2019 09:59:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 025D7E07DB for ; Sat, 30 Mar 2019 09:59:56 +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 CE5AD335D2B for ; Sat, 30 Mar 2019 09:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE23C581 for ; Sat, 30 Mar 2019 09:59:53 +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: <1553939902.d002604e17a8ac41ff7a5f549e4b16de842dd757.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/systemd-kcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild X-VCS-Directories: kde-misc/systemd-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d002604e17a8ac41ff7a5f549e4b16de842dd757 X-VCS-Branch: master Date: Sat, 30 Mar 2019 09:59:53 +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: 71c97c03-1e55-4d5d-8d9c-cdced9b5dc73 X-Archives-Hash: 14dc56a661fe6c46d8348be650d32a83 commit: d002604e17a8ac41ff7a5f549e4b16de842dd757 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 28 22:14:38 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 30 09:58:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d002604e kde-misc/systemd-kcm: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild b/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild index b5c491e0a3e..7fbb9af43b7 100644 --- a/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild +++ b/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit kde5 @@ -13,7 +13,8 @@ IUSE="" LICENSE="GPL-2+" KEYWORDS="amd64 ~x86" -CDEPEND=" +BDEPEND="sys-devel/gettext" +DEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -24,12 +25,9 @@ CDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - sys-apps/systemd + sys-apps/systemd:= " -DEPEND="${CDEPEND} - sys-devel/gettext -" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} !kde-misc/kcmsystemd:4 !kde-misc/systemd-kcm:4 "