commit:     cba8db0a2b8f5c5265f69036d0f954b16b6fce22
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 10:29:49 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 25 10:30:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba8db0a

sys-auth/pam_skey: Change PATCHES into an array

It is not whitespace-safe as a scalar.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
index df9cb74af24..47f2f49f97f 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -19,7 +19,7 @@ RDEPEND="net-libs/libnsl:0=
        >=sys-auth/skey-1.1.5-r4"
 DEPEND="${RDEPEND}"
 
-PATCHES="${WORKDIR}/patch"
+PATCHES=("${WORKDIR}/patch")
 DOCS="README INSTALL"
 
 src_prepare() {

Reply via email to