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 AADA6158086 for ; Tue, 28 Dec 2021 10:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A67E07EC; Tue, 28 Dec 2021 10:45:36 +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 809EDE07EC for ; Tue, 28 Dec 2021 10:45:35 +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 112B0342E7E for ; Tue, 28 Dec 2021 10:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A30FE1BD for ; Tue, 28 Dec 2021 10:45:32 +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: <1640688328.14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1.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: 14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1 X-VCS-Branch: master Date: Tue, 28 Dec 2021 10:45:32 +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: 4e43e996-edb9-4643-a1a1-c01fab1adc03 X-Archives-Hash: b9040669a6d1453f3aa3c2f5f8edbc55 commit: 14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Dec 28 10:43:37 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Dec 28 10:45:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e3d2df media-video/popcorntime-bin: fix QA_PREBUILT Closes: https://bugs.gentoo.org/830126 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e806a3f19921..be67597435bd 100644 --- a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild +++ b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild @@ -43,7 +43,7 @@ RDEPEND=" x11-libs/pango " -QA_PREBUILT="/opt/Popcorn-Time/*" +QA_PREBUILT="opt/Popcorn-Time/*" S="${WORKDIR}"