From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1426651-garchives=archives.gentoo.org@lists.gentoo.org>
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 D5CDE158094
	for <garchives@archives.gentoo.org>; Thu, 11 Aug 2022 10:55:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3BB1BE09E6;
	Thu, 11 Aug 2022 10:55:13 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 21454E09E6
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Aug 2022 10:55:13 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 48F61341061
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Aug 2022 10:55:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C5476576
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Aug 2022 10:55:09 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1660215292.cfeae2df2ff9df4988b0e286f4abdb1152dba363.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-auth/libfprint/libfprint-1.0.ebuild
X-VCS-Directories: sys-auth/libfprint/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cfeae2df2ff9df4988b0e286f4abdb1152dba363
X-VCS-Branch: master
Date: Thu, 11 Aug 2022 10:55:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d68f8b41-de6f-4b22-b3f5-d7247198d177
X-Archives-Hash: 6f6f2882f04a7868d0c627bfc5d101e8

commit:     cfeae2df2ff9df4988b0e286f4abdb1152dba363
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:51:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfeae2df

sys-auth/libfprint: fix UnquotedVariable

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/libfprint/libfprint-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/libfprint/libfprint-1.0.ebuild b/sys-auth/libfprint/libfprint-1.0.ebuild
index 782d8fc4edcf..d3873860d2fb 100644
--- a/sys-auth/libfprint/libfprint-1.0.ebuild
+++ b/sys-auth/libfprint/libfprint-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="dev-util/gtk-doc
 	virtual/pkgconfig"
 
-PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.8.2-fix-implicit-declaration.patch )
 
 S="${WORKDIR}/${PN}-V_$(ver_rs 0-3 '_')"