From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7913A1581EE for ; Sat, 05 Apr 2025 10:32:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5F77534330E for ; Sat, 05 Apr 2025 10:32:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 93C641104B7; Sat, 05 Apr 2025 10:32:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 857081104B6 for ; Sat, 05 Apr 2025 10:32:30 +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 42E54343102 for ; Sat, 05 Apr 2025 10:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1451E0F for ; Sat, 05 Apr 2025 10:32:28 +0000 (UTC) From: "Mazunki Hoksaas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mazunki Hoksaas" Message-ID: <1743849145.f786842f1082846da85d77d4fa529434f4c0cd8f.rolferen@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wl-mirror/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wl-mirror/wl-mirror-9999.ebuild X-VCS-Directories: gui-apps/wl-mirror/ X-VCS-Committer: rolferen X-VCS-Committer-Name: Mazunki Hoksaas X-VCS-Revision: f786842f1082846da85d77d4fa529434f4c0cd8f X-VCS-Branch: dev Date: Sat, 05 Apr 2025 10:32:28 +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: bcd7d677-356d-4092-a995-33eac990ef8c X-Archives-Hash: 7a40619d2e930a599020f65008004db5 commit: f786842f1082846da85d77d4fa529434f4c0cd8f Author: Mazunki Hoksaas gmail com> AuthorDate: Sat Apr 5 10:31:33 2025 +0000 Commit: Mazunki Hoksaas gmail com> CommitDate: Sat Apr 5 10:32:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f786842f gui-apps/wl-mirror: add IUSE=+examples for installing wl-present Signed-off-by: Mazunki Hoksaas gmail.com> gui-apps/wl-mirror/wl-mirror-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/wl-mirror/wl-mirror-9999.ebuild b/gui-apps/wl-mirror/wl-mirror-9999.ebuild index ef8fdac64..4429890c0 100644 --- a/gui-apps/wl-mirror/wl-mirror-9999.ebuild +++ b/gui-apps/wl-mirror/wl-mirror-9999.ebuild @@ -16,7 +16,7 @@ EGIT_BRANCH="feature-xdg-portal" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="man" +IUSE="+examples man" DEPEND=" gui-libs/wlroots @@ -35,7 +35,7 @@ src_configure() { -DINSTALL_DOCUMENTATION=$(usex man ON OFF) -DFORCE_SYSTEM_WL_PROTOCOLS=ON -DFORCE_SYSTEM_WLR_PROTOCOLS=OFF - -DINSTALL_EXAMPLE_SCRIPTS=OFF + -DINSTALL_EXAMPLE_SCRIPTS=$(usex examples ON OFF) -DWITH_XDG_PORTAL_BACKEND=ON )