From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4A0C91384B4 for ; Mon, 21 Dec 2015 14:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B8621C00A; Mon, 21 Dec 2015 14:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD06421C00A for ; Mon, 21 Dec 2015 14:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B41CD340756 for ; Mon, 21 Dec 2015 14:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAA2D920 for ; Mon, 21 Dec 2015 14:47:57 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1450709243.9c8c3a9e1b6a3d246c492f49393ea11f8a093f15.patrick@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-r10.ebuild X-VCS-Directories: sys-auth/skey/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9c8c3a9e1b6a3d246c492f49393ea11f8a093f15 X-VCS-Branch: master Date: Mon, 21 Dec 2015 14:47:57 +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-Archives-Salt: ebab6804-0f06-4c72-a205-b8fabc42b6b5 X-Archives-Hash: 490fc9b60c0ea136ceb37adb41b2e285 commit: 9c8c3a9e1b6a3d246c492f49393ea11f8a093f15 Author: Patrick Lauer gentoo org> AuthorDate: Mon Dec 21 14:47:23 2015 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Dec 21 14:47:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8c3a9e sys-auth/skey: Turn PATCHES into bash array sys-auth/skey/skey-1.1.5-r10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/skey/skey-1.1.5-r10.ebuild b/sys-auth/skey/skey-1.1.5-r10.ebuild index 928968a..f9ff247 100644 --- a/sys-auth/skey/skey-1.1.5-r10.ebuild +++ b/sys-auth/skey/skey-1.1.5-r10.ebuild @@ -22,7 +22,7 @@ RDEPEND="dev-lang/perl virtual/perl-Time-Local sys-libs/cracklib" -PATCHES="../patch" +PATCHES=( "../patch" ) src_configure() { tc-export CC