From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27FFD1382C5 for ; Tue, 25 May 2021 10:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4458E0788; Tue, 25 May 2021 10:31:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ACF2E0798 for ; Tue, 25 May 2021 10:31:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4E6F335DB0 for ; Tue, 25 May 2021 10:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E564C3 for ; Tue, 25 May 2021 10:31:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1621938659.cba8db0a2b8f5c5265f69036d0f954b16b6fce22.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild X-VCS-Directories: sys-auth/pam_skey/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cba8db0a2b8f5c5265f69036d0f954b16b6fce22 X-VCS-Branch: master Date: Tue, 25 May 2021 10:31:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1aba5d96-3672-4475-a719-df7434d20d21 X-Archives-Hash: 24e43b7379077a6a74728ee9e5dfa948 commit: cba8db0a2b8f5c5265f69036d0f954b16b6fce22 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 25 10:29:49 2021 +0000 Commit: Ulrich Müller gentoo 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 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() {