diff options
author | Sam James <sam@gentoo.org> | 2022-08-11 11:51:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-11 11:54:52 +0100 |
commit | cfeae2df2ff9df4988b0e286f4abdb1152dba363 (patch) | |
tree | 4e074845cdb3a4d1e29d2b9b8455e29dd390ce08 /sys-auth | |
parent | sys-apps/nvme-cli: fix UnquotedVariable (diff) | |
download | gentoo-cfeae2df2ff9df4988b0e286f4abdb1152dba363.tar.gz gentoo-cfeae2df2ff9df4988b0e286f4abdb1152dba363.tar.bz2 gentoo-cfeae2df2ff9df4988b0e286f4abdb1152dba363.zip |
sys-auth/libfprint: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/libfprint/libfprint-1.0.ebuild | 4 |
1 files 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 '_')" |