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 5140413835D for ; Sun, 29 Nov 2020 20:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DEB8E083D; Sun, 29 Nov 2020 20:59:24 +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 73CE6E083D for ; Sun, 29 Nov 2020 20:59:24 +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 7DDA9340E99 for ; Sun, 29 Nov 2020 20:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5104478 for ; Sun, 29 Nov 2020 20:59:20 +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: <1606683545.7384777aa57f73d764b4cb00750bddb93c49209c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7384777aa57f73d764b4cb00750bddb93c49209c X-VCS-Branch: master Date: Sun, 29 Nov 2020 20:59:20 +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: e3f4f01b-dc9e-4a9b-8480-61486fc8c265 X-Archives-Hash: 938e221896a23e80d9a3793bdc3e0342 commit: 7384777aa57f73d764b4cb00750bddb93c49209c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 29 12:54:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 29 20:59:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7384777a kde-plasma/plasma-desktop: Drop RDEPEND Moved into kde-plasma/plasma-workspace, upstream commit 35a5839398285debfbc52ee4c8fef51cfd836d42 Disable finding unavailable package, upstream commit bccf7e7d8e1b8669ee6336f6353d2f5e5dfa13e5 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild | 1 - kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild index 729fc20129..7e8191db44 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild @@ -109,7 +109,6 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 - >=kde-plasma/breeze-${PVCUT}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 >=kde-plasma/oxygen-${PVCUT}:5 sys-apps/util-linux diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index aa5ee269c6..54421b2b48 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -110,7 +110,6 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 - >=kde-plasma/breeze-${PVCUT}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 >=kde-plasma/oxygen-${PVCUT}:5 sys-apps/util-linux @@ -139,6 +138,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON # not packaged -DEvdev_INCLUDE_DIRS="${WORKDIR}/${XORGHDRS}"/include -DXORGLIBINPUT_INCLUDE_DIRS="${WORKDIR}/${XORGHDRS}"/include -DXORGSERVER_INCLUDE_DIRS="${WORKDIR}/${XORGHDRS}"/include