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 D29741382C5 for ; Wed, 13 May 2020 22:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FEFCE0950; Wed, 13 May 2020 22:00:56 +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 5E4F8E0950 for ; Wed, 13 May 2020 22:00:56 +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 0B3B134FBBB for ; Wed, 13 May 2020 22:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B764235 for ; Wed, 13 May 2020 22:00: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: <1589405988.d3a3ab236ab860e11af9f031cf6bb7a60d848fb0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-9999.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3a3ab236ab860e11af9f031cf6bb7a60d848fb0 X-VCS-Branch: master Date: Wed, 13 May 2020 22:00: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: 8e7be749-c461-4d1f-aa11-222cb115de32 X-Archives-Hash: 356b32795f460187467927cf0c7452fa commit: d3a3ab236ab860e11af9f031cf6bb7a60d848fb0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 13 21:39:48 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 13 21:39:48 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3a3ab23 kde-plasma/libksysguard: Add new DEPEND, block gentoo.org> kde-plasma/libksysguard/libksysguard-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index b7b79b3885..b5419cadec 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -29,6 +29,7 @@ RDEPEND=" >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 sys-libs/zlib @@ -43,6 +44,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND} + !=kde-frameworks/kiconthemes-${KFMIN}:5 !minimal? ( >=kde-frameworks/plasma-${KFMIN}:5 ) X? ( x11-base/xorg-proto )