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 16F2F158089 for ; Sun, 12 Nov 2023 00:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C87D2BC02A; Sun, 12 Nov 2023 00:50:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8776F2BC031 for ; Sun, 12 Nov 2023 00:50:26 +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 7D405335D1B for ; Sun, 12 Nov 2023 00:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4B741368 for ; Sun, 12 Nov 2023 00:50:23 +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: <1699687835.9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/tidal-hifi-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild X-VCS-Directories: media-sound/tidal-hifi-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2 X-VCS-Branch: master Date: Sun, 12 Nov 2023 00:50:23 +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: d53ebcb7-b0b7-4f4e-ae1e-a592b80fa107 X-Archives-Hash: 3dc6cf071eca60e4888ff09e7353282d commit: 9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2 Author: Kostadin Shishmanov tutanota com> AuthorDate: Sat Nov 11 07:30:35 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Nov 11 07:30:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9319d959 media-sound/tidal-hifi-bin: fix broken symlink round 2 Signed-off-by: Kostadin Shishmanov tutanota.com> media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild index a3c1147732..f3e7168bbe 100644 --- a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild +++ b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild @@ -71,7 +71,8 @@ src_prepare() { pushd "locales/" >/dev/null || die "location change for language cleanup failed" chromium_remove_language_paks popd >/dev/null || die "location reset for language cleanup failed" - rm -rf "${S}"/resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins || die + rm -rf "${S}"/resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins + rm -rf "${S}"/resources/app.asar.unpacked/node_modules/abstract-socket/build/node_gyp_bins } src_install() {