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 2024E158087 for ; Mon, 27 Dec 2021 19:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70AFC2BC01B; Mon, 27 Dec 2021 19:56:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BC712BC01B for ; Mon, 27 Dec 2021 19:56:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C302342E41 for ; Mon, 27 Dec 2021 19:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E395B264 for ; Mon, 27 Dec 2021 19:56:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1640634964.c18aa21ee0dc97ce628817088a2641eaa89f47a8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/popcorntime-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild X-VCS-Directories: media-video/popcorntime-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c18aa21ee0dc97ce628817088a2641eaa89f47a8 X-VCS-Branch: master Date: Mon, 27 Dec 2021 19:56:10 +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: 5005817d-e83d-4133-8314-c51247638288 X-Archives-Hash: aba8a2e222e36b9023cc6ca5b4c4bf08 commit: c18aa21ee0dc97ce628817088a2641eaa89f47a8 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Dec 27 19:56:04 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Dec 27 19:56:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18aa21e media-video/popcorntime-bin: do not install files for other arches Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild index a2ae70050632..e806a3f19921 100644 --- a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild +++ b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild @@ -48,6 +48,10 @@ QA_PREBUILT="/opt/Popcorn-Time/*" S="${WORKDIR}" src_install() { + # remove arm/arm64 files, not needed anyway, avoids QA complaint + rm opt/Popcorn-Time/node_modules/bufferutil/prebuilds/linux-arm{,64}/* || die + rm opt/Popcorn-Time/node_modules/utf-8-validate/prebuilds/linux-arm{,64}/* || die + mv "${S}"/* "${ED}" || die dosym ../Popcorn-Time/Popcorn-Time /opt/bin/popcorntime }