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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF102158086 for ; Wed, 20 Oct 2021 02:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06041E085E; Wed, 20 Oct 2021 02:42:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E628EE085E for ; Wed, 20 Oct 2021 02:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23ED83438CA for ; Wed, 20 Oct 2021 02:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E9818E for ; Wed, 20 Oct 2021 02:42:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634697609.8165059fdacd69929057cba173503c42163620ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild X-VCS-Directories: app-text/master-pdf-editor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8165059fdacd69929057cba173503c42163620ce X-VCS-Branch: master Date: Wed, 20 Oct 2021 02:42:35 +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: 6e0e4f1d-d5df-4f09-8c2d-ae4f459c6393 X-Archives-Hash: ff12f802b84a973263b28a6d79bdd214 commit: 8165059fdacd69929057cba173503c42163620ce Author: Sam James gentoo org> AuthorDate: Wed Oct 20 02:40:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 20 02:40:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8165059f app-text/master-pdf-editor: make QA_PREBUILT relative See the ebuild(1) man page. Signed-off-by: Sam James gentoo.org> app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild index 1300656eb4a..b6b616512c5 100644 --- a/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild +++ b/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild @@ -8,6 +8,7 @@ inherit desktop xdg DESCRIPTION="A complete solution for viewing and editing PDF files" HOMEPAGE="https://code-industry.net/free-pdf-editor/" SRC_URI="https://code-industry.net/public/${P}-qt5.x86_64.tar.gz" +S="${WORKDIR}/${PN}-${PV%%.*}" LICENSE="master-pdf-editor" SLOT="0" @@ -24,9 +25,7 @@ RDEPEND=" >=media-gfx/sane-backends-1.0 " -QA_PREBUILT="/opt/${PN}/masterpdfeditor5" - -S="${WORKDIR}/${PN}-${PV%%.*}" +QA_PREBUILT="opt/${PN}/masterpdfeditor5" src_install() { insinto /opt/${PN}