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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 604EC158094 for ; Sat, 24 Sep 2022 08:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D9BE0AA0; Sat, 24 Sep 2022 08:50:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45602E0AA0 for ; Sat, 24 Sep 2022 08:50:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43090340FE4 for ; Sat, 24 Sep 2022 08:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765685DD for ; Sat, 24 Sep 2022 08:50:06 +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: <1664008938.09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/plasma/plasma-9999.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e X-VCS-Branch: master Date: Sat, 24 Sep 2022 08:50:06 +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: af0c4d8d-4991-43be-b81d-3f4157c66ab0 X-Archives-Hash: a1c39ee2b702b6143931619977844d9d commit: 09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 2 08:56:39 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 08:42:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09847462 kde-frameworks/plasma: Fix build with USE -X Upstream commit d674a99d19efcad866a773fe6c848a7626a61c0a Bug: https://bugs.gentoo.org/813450 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/plasma/plasma-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild index 9ee0971aaf..0d0132ba95 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" =kde-frameworks/kpackage-${PVCUT}*:5 =kde-frameworks/kservice-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?] =kde-frameworks/kxmlgui-${PVCUT}*:5 !gles2-only? ( media-libs/libglvnd[X?] ) wayland? ( @@ -65,8 +65,7 @@ src_configure() { $(cmake_use_find_package man KF5DocTools) $(cmake_use_find_package wayland EGL) $(cmake_use_find_package wayland KF5Wayland) - $(cmake_use_find_package X X11) - $(cmake_use_find_package X XCB) + -DWITHOUT_X11=$(usex !X) ) ecm_src_configure