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 10B04138334 for ; Thu, 24 Oct 2019 17:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17B30E07D8; Thu, 24 Oct 2019 17:47:55 +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 F301BE07D8 for ; Thu, 24 Oct 2019 17:47:54 +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 9374934C29F for ; Thu, 24 Oct 2019 17:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F221773 for ; Thu, 24 Oct 2019 17:47:51 +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: <1571939246.6ca870cb1d586957dd5d65708f6166556934d971.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/systemsettings/systemsettings-5.17.1.ebuild X-VCS-Directories: kde-plasma/systemsettings/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ca870cb1d586957dd5d65708f6166556934d971 X-VCS-Branch: master Date: Thu, 24 Oct 2019 17:47:51 +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: 49660151-adcd-415e-81f6-ae7d6a3a644a X-Archives-Hash: 9a774aefb8447feee0c54458a7a2f0ea commit: 6ca870cb1d586957dd5d65708f6166556934d971 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 24 17:44:03 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 24 17:47:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca870cb kde-plasma/systemsettings: Add blocker against kde-misc/systemd-kcm Closes: https://bugs.gentoo.org/698448 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/systemsettings/systemsettings-5.17.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild b/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild index 6b001211101..322169a1d4f 100644 --- a/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild @@ -38,6 +38,7 @@ DEPEND=" $(add_qt_dep qtwidgets) " RDEPEND="${DEPEND} + !kde-misc/systemd-kcm $(add_frameworks_dep kirigami) "