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 64D1F158232 for ; Sat, 7 Dec 2024 13:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 851C1E0F0F; Sat, 7 Dec 2024 13:11:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6A700E0F0F for ; Sat, 7 Dec 2024 13:11:44 +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 84E063430D4 for ; Sat, 7 Dec 2024 13:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D06CAED for ; Sat, 7 Dec 2024 13:11:42 +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: <1733577083.9a1f3125c8ba442cfe11e45468ca9ccfa35d4a17.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/plasma-wayland-protocols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a1f3125c8ba442cfe11e45468ca9ccfa35d4a17 X-VCS-Branch: master Date: Sat, 7 Dec 2024 13:11:42 +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: e1f149a7-9ad4-4669-bdb7-eeda69171d41 X-Archives-Hash: 81807929631440a16a60eb308c7bbd84 commit: 9a1f3125c8ba442cfe11e45468ca9ccfa35d4a17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 7 13:10:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 7 13:11:23 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a1f3125 dev-libs/plasma-wayland-protocols: Add IUSE test Upstream commit 9123b73204cd82f404a538125e553de1bb52cc5b Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild index 05f74e583c..d83e0fd9b8 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild @@ -15,7 +15,10 @@ fi LICENSE="LGPL-2.1" SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" +DEPEND="test? ( dev-libs/wayland )" BDEPEND=" dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.115.0:* @@ -23,12 +26,14 @@ BDEPEND=" dev-qt/qtbase:6 dev-qt/qtcore:5 ) + test? ( dev-util/wayland-scanner ) " ecm_src_configure() { local mycmakeargs=( -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass + -DBUILD_TESTING=$(usex test) ) cmake_src_configure