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 D42B11581EC for ; Wed, 20 Nov 2024 09:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C4FE07D4; Wed, 20 Nov 2024 09:38:12 +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 041B4E07D4 for ; Wed, 20 Nov 2024 09:38:11 +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 3B027340C43 for ; Wed, 20 Nov 2024 09:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB7E6AED for ; Wed, 20 Nov 2024 09:38:09 +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: <1732095448.85d3e49fb6524a4ce365511fcc4dab8d7ccebd4b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/revolt-desktop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild X-VCS-Directories: net-im/revolt-desktop/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 85d3e49fb6524a4ce365511fcc4dab8d7ccebd4b X-VCS-Branch: dev Date: Wed, 20 Nov 2024 09:38:09 +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: 5a2554b9-a81b-4967-be07-4461f368a29d X-Archives-Hash: 84d000fb3e9f16b4f13b07c16b1fb7b5 commit: 85d3e49fb6524a4ce365511fcc4dab8d7ccebd4b Author: David Roman gmail com> AuthorDate: Wed Nov 20 09:37:15 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Nov 20 09:37:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85d3e49f net-im/revolt-desktop: fix symlinks Closes: https://bugs.gentoo.org/944087 Signed-off-by: David Roman gmail.com> ...{revolt-desktop-1.0.8-r1.ebuild => revolt-desktop-1.0.8-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild b/net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild similarity index 91% rename from net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild rename to net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild index b056c6d50..7b7d4edcb 100644 --- a/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild +++ b/net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="-* ~amd64" RDEPEND=" app-accessibility/at-spi2-core:2 - dev-lang/python + dev-lang/python-exec dev-libs/expat dev-libs/glib:2 dev-libs/nspr @@ -50,7 +50,7 @@ src_install() { exeinto "${DESTDIR}" doexe "${PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so - ln -sf "$(command -v python)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 + ln -sf "$(command -v python3)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 || die insinto "${DESTDIR}" doins chrome_crashpad_handler chrome_{100,200}_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin 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 544911581EC for ; Wed, 20 Nov 2024 13:05:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB9A0E0815; Wed, 20 Nov 2024 13:05:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9CD0FE0815 for ; Wed, 20 Nov 2024 13:05: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 E9759340C9C for ; Wed, 20 Nov 2024 13:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 115671E89 for ; Wed, 20 Nov 2024 13:05:41 +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: <1732095448.85d3e49fb6524a4ce365511fcc4dab8d7ccebd4b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/revolt-desktop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild X-VCS-Directories: net-im/revolt-desktop/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 85d3e49fb6524a4ce365511fcc4dab8d7ccebd4b X-VCS-Branch: master Date: Wed, 20 Nov 2024 13:05:41 +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: 09a7532c-75b3-4d45-9b38-ea1ce08d0386 X-Archives-Hash: c929757aa29db9d85066e47ba692e1b0 Message-ID: <20241120130541.7d7buMjofs6fdhUCNo9vnfCOKBBaRiS4LWMjD-dIakg@z> commit: 85d3e49fb6524a4ce365511fcc4dab8d7ccebd4b Author: David Roman gmail com> AuthorDate: Wed Nov 20 09:37:15 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Nov 20 09:37:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85d3e49f net-im/revolt-desktop: fix symlinks Closes: https://bugs.gentoo.org/944087 Signed-off-by: David Roman gmail.com> ...{revolt-desktop-1.0.8-r1.ebuild => revolt-desktop-1.0.8-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild b/net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild similarity index 91% rename from net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild rename to net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild index b056c6d50..7b7d4edcb 100644 --- a/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild +++ b/net-im/revolt-desktop/revolt-desktop-1.0.8-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="-* ~amd64" RDEPEND=" app-accessibility/at-spi2-core:2 - dev-lang/python + dev-lang/python-exec dev-libs/expat dev-libs/glib:2 dev-libs/nspr @@ -50,7 +50,7 @@ src_install() { exeinto "${DESTDIR}" doexe "${PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so - ln -sf "$(command -v python)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 + ln -sf "$(command -v python3)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 || die insinto "${DESTDIR}" doins chrome_crashpad_handler chrome_{100,200}_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin