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 4CB5315815E for ; Fri, 9 Feb 2024 00:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83745E2A12; Fri, 9 Feb 2024 00:30: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 3B65FE2A12 for ; Fri, 9 Feb 2024 00:30: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70E7D343145 for ; Fri, 9 Feb 2024 00:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7D5414D2 for ; Fri, 9 Feb 2024 00:30:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707390513.d020fc9f446b737ffe39d6ce9a5a7c7630be08b7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/cage/cage-9999.ebuild X-VCS-Directories: gui-wm/cage/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d020fc9f446b737ffe39d6ce9a5a7c7630be08b7 X-VCS-Branch: master Date: Fri, 9 Feb 2024 00:30:05 +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: 7f287f3a-06fb-42c4-bd3f-d1a3d96fa429 X-Archives-Hash: d9258c796642e68921e3fa49f2de506b commit: d020fc9f446b737ffe39d6ce9a5a7c7630be08b7 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Feb 8 11:04:40 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 8 11:08:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d020fc9f gui-wm/cage: fix xwayland feature change * bump upstream to wlroots-17 Signed-off-by: Gonçalo Negrier Duarte gmail.com> gui-wm/cage/cage-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild index 08add77fbd..acc0dc85e8 100644 --- a/gui-wm/cage/cage-9999.ebuild +++ b/gui-wm/cage/cage-9999.ebuild @@ -22,11 +22,11 @@ SLOT="0" IUSE="X" RDEPEND=" - gui-libs/wlroots:0/16[X?] + gui-libs/wlroots:0/17[X?] x11-libs/libxkbcommon[X?] " DEPEND="${RDEPEND}" src_configure() { - meson_src_configure $(meson_use X xwayland) + meson_src_configure $(meson_feature X xwayland) }