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 445D2138359 for ; Mon, 28 Sep 2020 21:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF86E081B; Mon, 28 Sep 2020 21:33:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1DB4DE081B for ; Mon, 28 Sep 2020 21:33:31 +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 4060B34069A for ; Mon, 28 Sep 2020 21:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3B538C for ; Mon, 28 Sep 2020 21:33:27 +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: <1601328600.b374bcc0f56cc50b2cee3dc57f96cc8c8e14a156.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.19.5.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b374bcc0f56cc50b2cee3dc57f96cc8c8e14a156 X-VCS-Branch: master Date: Mon, 28 Sep 2020 21:33:27 +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: 798ced9a-5158-433c-81e9-7f418c48eb5f X-Archives-Hash: 07a414c5454099b4a55a4898c3a1d3f8 commit: b374bcc0f56cc50b2cee3dc57f96cc8c8e14a156 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 18:31:47 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 28 21:30:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b374bcc0 kde-plasma/kinfocenter: Drop bogus kde-frameworks/plasma DEPEND It was there since the initial KF5 based version but was likely never accurate. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.19.5.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.19.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.19.5.ebuild index 09e428ef13f..c6c5f5f40bc 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.19.5.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.19.5.ebuild @@ -21,7 +21,7 @@ IUSE="gles2-only ieee1394 +opengl +pci wayland" REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )" BDEPEND=">=dev-util/cmake-3.14.3" -COMMON_DEPEND=" +DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5[gles2-only=] @@ -55,10 +55,7 @@ COMMON_DEPEND=" media-libs/mesa[egl] ) " -DEPEND="${COMMON_DEPEND} - >=kde-frameworks/plasma-${KFMIN}:5 -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5