diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-25 12:29:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-25 12:30:59 +0200 |
commit | cba8db0a2b8f5c5265f69036d0f954b16b6fce22 (patch) | |
tree | 04a8e410ebe966f588163e447bade490b2139683 /sys-auth | |
parent | games-action/minetest: require USE=deprecated when using lua5-1 (diff) | |
download | gentoo-cba8db0a2b8f5c5265f69036d0f954b16b6fce22.tar.gz gentoo-cba8db0a2b8f5c5265f69036d0f954b16b6fce22.tar.bz2 gentoo-cba8db0a2b8f5c5265f69036d0f954b16b6fce22.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 df9cb74af248..47f2f49f97fe 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() { |