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 3419513835A for ; Sun, 25 Apr 2021 17:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C017E0877; Sun, 25 Apr 2021 17:05:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 651B9E0877 for ; Sun, 25 Apr 2021 17:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B6FF3413F3 for ; Sun, 25 Apr 2021 17:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00B65729 for ; Sun, 25 Apr 2021 17:05:40 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1619370322.7ec0807bd38ff29e03b8b1ec2a0c57b05a681928.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/erofs-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild X-VCS-Directories: sys-fs/erofs-utils/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 7ec0807bd38ff29e03b8b1ec2a0c57b05a681928 X-VCS-Branch: dev Date: Sun, 25 Apr 2021 17:05:40 +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: 23236923-9241-4d68-8033-930ef3f4a181 X-Archives-Hash: b661d55e47573575ee997faadc372aa5 commit: 7ec0807bd38ff29e03b8b1ec2a0c57b05a681928 Author: Denis Reva gmail com> AuthorDate: Sun Apr 25 17:05:22 2021 +0000 Commit: Denis Reva gmail com> CommitDate: Sun Apr 25 17:05:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ec0807b sys-fs/erofs-utils: fix unquoted variable Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Denis Reva gmail.com> sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild b/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild index 678098001..4e25ed3fd 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild @@ -24,7 +24,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - ${FILESDIR}/erofs-utils-1.2.1-no-Werror.patch + "${FILESDIR}"/erofs-utils-1.2.1-no-Werror.patch ) src_prepare() {