Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ck-sources/
Date: Mon, 23 Jan 2017 23:18:09
Message-Id: 1485213446.73c3422082d1dd7d0108d78b04a30d1c07261f6a.gokturk@gentoo
1 commit: 73c3422082d1dd7d0108d78b04a30d1c07261f6a
2 Author: Sarah White <kuzetsa <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 23 22:56:38 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 23:17:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c34220
7
8 sys-kernel/ck-sources: fix an asterisk in K_EXP_GENPATCHES_LIST
9
10 Package-Manager: portage-2.3.0
11
12 sys-kernel/ck-sources/ck-sources-4.9.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
16 index 9bc9794..5b6a0c4 100644
17 --- a/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
18 +++ b/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
19 @@ -75,7 +75,7 @@ UNIPATCH_STRICTORDER="yes"
20
21 #-- Starting with 4.8, CK patches include BFQ, so exclude genpatches experimental BFQ patches -
22
23 -K_EXP_GENPATCHES_LIST="5010*_*.patch*"
24 +K_EXP_GENPATCHES_LIST="5010_*.patch*"
25
26 src_prepare() {