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 C3CD7158089 for ; Tue, 7 Nov 2023 19:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FC92BC01D; Tue, 7 Nov 2023 19:15:33 +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 CE4972BC01D for ; Tue, 7 Nov 2023 19:15:33 +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 BB52D335D31 for ; Tue, 7 Nov 2023 19:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0809C5 for ; Tue, 7 Nov 2023 19:15:31 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1699384529.661beeb9c62bbd79347e94bfe1e9b4cb3b805a16.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild X-VCS-Directories: app-text/paperwork-backend/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 661beeb9c62bbd79347e94bfe1e9b4cb3b805a16 X-VCS-Branch: master Date: Tue, 7 Nov 2023 19:15:31 +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: 247d57c0-ad11-4e0c-9926-4b9fd57912fb X-Archives-Hash: 084b27ad9b86c982348827ea23c20b8c commit: 661beeb9c62bbd79347e94bfe1e9b4cb3b805a16 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Nov 7 19:08:27 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Nov 7 19:15:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661beeb9 app-text/paperwork-backend: fix quoting Signed-off-by: Bernard Cafarelli gentoo.org> app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild b/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild index 7a31ab09d094..fbaf8d92135b 100644 --- a/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild @@ -51,7 +51,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} src_prepare() { default - cp -a "${WORKDIR}"/${PN} ${WORKDIR}/paperwork-${PV}/ + cp -a "${WORKDIR}"/${PN} "${WORKDIR}"/paperwork-${PV}/ } python_compile() {