From da27ffe767c1287d724a89c7e5f9369786f7ee58 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 Aug 2022 11:47:52 +0100 Subject: x11-plugins/wmwork: fix UnquotedVariable Signed-off-by: Sam James --- x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild index e8fd4e681e82..c5dac0be2f93 100644 --- a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild +++ b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,4 +20,4 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${P}/src" DOCS=( ../{CHANGES,README} ) -PATCHES=( ${FILESDIR}/${P}-gcc-10.patch ) +PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch ) -- cgit v1.2.3-65-gdbad