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 71C7E13835A 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 D7260E0798; 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 38A67E0788 for ; Tue, 25 May 2021 10:31:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BCA8F335D94 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 2CD7059C 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.7364e1e92849f8408182258202d6586402247b9a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/skey/skey-1.1.5-r11.ebuild X-VCS-Directories: sys-auth/skey/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7364e1e92849f8408182258202d6586402247b9a 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: 3b462b9d-74e3-4c8c-a0ca-e3a9e8e80e7a X-Archives-Hash: 3392665176c6fa7d090b81021cfa9ec4 commit: 7364e1e92849f8408182258202d6586402247b9a Author: Ulrich Müller gentoo org> AuthorDate: Tue May 25 10:30:25 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=7364e1e9 sys-auth/skey: Change PATCHES into an array Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> sys-auth/skey/skey-1.1.5-r11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/skey/skey-1.1.5-r11.ebuild b/sys-auth/skey/skey-1.1.5-r11.ebuild index 5fac943577f..835cde8edc6 100644 --- a/sys-auth/skey/skey-1.1.5-r11.ebuild +++ b/sys-auth/skey/skey-1.1.5-r11.ebuild @@ -21,7 +21,7 @@ RDEPEND="dev-lang/perl virtual/perl-Time-Local sys-libs/cracklib" -PATCHES="../patch" +PATCHES=("${WORKDIR}/patch") src_configure() { tc-export CC