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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 954BB158013 for ; Wed, 16 Oct 2024 15:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E28CAE07B3; Wed, 16 Oct 2024 15:59:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CA35DE07B3 for ; Wed, 16 Oct 2024 15:59:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E59F2342FAA for ; Wed, 16 Oct 2024 15:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811F1AE7 for ; Wed, 16 Oct 2024 15:59:49 +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: <1729093098.46bfc18cd5289db402aac816f34626e78a8bfcbb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma5support/plasma5support-9999.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46bfc18cd5289db402aac816f34626e78a8bfcbb X-VCS-Branch: master Date: Wed, 16 Oct 2024 15:59:49 +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: 9f904481-c9c1-4dc5-b39c-de6ecb268695 X-Archives-Hash: 2f6298c0fff1ba8fa5602b4398a29eac commit: 46bfc18cd5289db402aac816f34626e78a8bfcbb Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 15:38:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 15:38:18 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46bfc18c kde-plasma/plasma5support: Use upstreamed WITH_X11 cmake arg Upstream commit 393f46d32daf922a1b46513bbdce6a89ced8e598 Closes: https://bugs.gentoo.org/941579 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/plasma5support-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild index 617e6b8f89..74083f707d 100644 --- a/kde-plasma/plasma5support/plasma5support-9999.ebuild +++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild @@ -43,7 +43,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( $(cmake_use_find_package geolocation KF6NetworkManagerQt) - $(cmake_use_find_package X X11) + -DWITH_X11=$(usex X) ) ecm_src_configure }