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 6F6A01581EE for ; Mon, 24 Mar 2025 11:50:27 +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 5D7913433F8 for ; Mon, 24 Mar 2025 11:50:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8E8D41104AD; Mon, 24 Mar 2025 11:50:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 857A81104AD for ; Mon, 24 Mar 2025 11:50:23 +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 3F18E3433EE for ; Mon, 24 Mar 2025 11:50:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99F992035 for ; Mon, 24 Mar 2025 11:50:21 +0000 (UTC) From: "Patrick Nicolas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Nicolas" Message-ID: <1742816926.f1436def878d2535a37de3de3eeb9baf5df002a4.patricknicolas@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.22-r1.ebuild media-libs/wivrn/wivrn-0.23.2-r1.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: patricknicolas X-VCS-Committer-Name: Patrick Nicolas X-VCS-Revision: f1436def878d2535a37de3de3eeb9baf5df002a4 X-VCS-Branch: dev Date: Mon, 24 Mar 2025 11:50:21 +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: 0bf1b99b-0832-47fd-891e-4dddbd8ac3c1 X-Archives-Hash: b7a1ce77e1be98a42d4869b50bc351b5 commit: f1436def878d2535a37de3de3eeb9baf5df002a4 Author: Patrick Nicolas laposte net> AuthorDate: Mon Mar 24 11:48:46 2025 +0000 Commit: Patrick Nicolas laposte net> CommitDate: Mon Mar 24 11:48:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1436def media-libs/wivrn: fix ebuild for split-usr Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.22-r1.ebuild | 2 +- media-libs/wivrn/wivrn-0.23.2-r1.ebuild | 2 +- media-libs/wivrn/wivrn-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/wivrn/wivrn-0.22-r1.ebuild b/media-libs/wivrn/wivrn-0.22-r1.ebuild index 7544ee61b..bdf6ad77a 100644 --- a/media-libs/wivrn/wivrn-0.22-r1.ebuild +++ b/media-libs/wivrn/wivrn-0.22-r1.ebuild @@ -138,7 +138,7 @@ src_install() { pkg_postinst() { - fcaps cap_sys_nice bin/wivrn-server + fcaps cap_sys_nice usr/bin/wivrn-server xdg_pkg_postinst elog "WiVRn requires a compatible client on VR headset to run." if [[ ${PV} == 9999 ]]; then diff --git a/media-libs/wivrn/wivrn-0.23.2-r1.ebuild b/media-libs/wivrn/wivrn-0.23.2-r1.ebuild index d8fc04dbb..0c6ec80b0 100644 --- a/media-libs/wivrn/wivrn-0.23.2-r1.ebuild +++ b/media-libs/wivrn/wivrn-0.23.2-r1.ebuild @@ -140,7 +140,7 @@ src_configure() { pkg_postinst() { - fcaps cap_sys_nice bin/wivrn-server + fcaps cap_sys_nice usr/bin/wivrn-server xdg_pkg_postinst elog "WiVRn requires a compatible client on VR headset to run." if [[ ${PV} == 9999 ]]; then diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index d8fc04dbb..0c6ec80b0 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -140,7 +140,7 @@ src_configure() { pkg_postinst() { - fcaps cap_sys_nice bin/wivrn-server + fcaps cap_sys_nice usr/bin/wivrn-server xdg_pkg_postinst elog "WiVRn requires a compatible client on VR headset to run." if [[ ${PV} == 9999 ]]; then