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 70182158089 for ; Sat, 11 Nov 2023 07:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4AD82BC01B; Sat, 11 Nov 2023 07:31:10 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B45D2BC01B for ; Sat, 11 Nov 2023 07:31:10 +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 724AB335D97 for ; Sat, 11 Nov 2023 07:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9D091351 for ; Sat, 11 Nov 2023 07:31:07 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1699687835.9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2.kocelfc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: 9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2 X-VCS-Branch: dev Date: Sat, 11 Nov 2023 07:31:07 +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: 8d956426-9300-4936-97b7-aed031137b04 X-Archives-Hash: 643d6d591c6f3f0f39f64863faaf94cc commit: 9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2 Author: Kostadin Shishmanov tutanota com> AuthorDate: Sat Nov 11 07:30:35 2023 +0000 Commit: Kostadin Shishmanov tutanota 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() {