Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/
Date: Mon, 21 Dec 2015 16:44:02
Message-Id: 1450716181.916b6360c91e95cff93e145373c7aa098fa6d242.ulm@gentoo
1 commit: 916b6360c91e95cff93e145373c7aa098fa6d242
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 16:43:01 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 16:43:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916b6360
7
8 Revert "sys-auth/skey: Turn PATCHES into bash array"
9
10 This reverts commit 9c8c3a9e1b6a3d246c492f49393ea11f8a093f15.
11 Revert purely stylistic change. Non-array PATCHES is explicitly
12 allowed in EAPI default_src_prepare().
13
14 sys-auth/skey/skey-1.1.5-r10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-auth/skey/skey-1.1.5-r10.ebuild b/sys-auth/skey/skey-1.1.5-r10.ebuild
18 index f9ff247..928968a 100644
19 --- a/sys-auth/skey/skey-1.1.5-r10.ebuild
20 +++ b/sys-auth/skey/skey-1.1.5-r10.ebuild
21 @@ -22,7 +22,7 @@ RDEPEND="dev-lang/perl
22 virtual/perl-Time-Local
23 sys-libs/cracklib"
24
25 -PATCHES=( "../patch" )
26 +PATCHES="../patch"
27
28 src_configure() {
29 tc-export CC