diff options
author | Sarah White <kuzetsa@gmail.com> | 2017-01-23 17:56:38 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-23 18:17:26 -0500 |
commit | 73c3422082d1dd7d0108d78b04a30d1c07261f6a (patch) | |
tree | 4b53b72dc0cf4836e57e42af0fe779b54b78128c /sys-kernel | |
parent | sys-kernel/ck-sources: upstream patch - 4.9.x @ bug #606866 (diff) | |
download | gentoo-73c3422082d1dd7d0108d78b04a30d1c07261f6a.tar.gz gentoo-73c3422082d1dd7d0108d78b04a30d1c07261f6a.tar.bz2 gentoo-73c3422082d1dd7d0108d78b04a30d1c07261f6a.zip |
sys-kernel/ck-sources: fix an asterisk in K_EXP_GENPATCHES_LIST
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-4.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild index 9bc9794f0b0f..5b6a0c49fe46 100644 --- a/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild @@ -75,7 +75,7 @@ UNIPATCH_STRICTORDER="yes" #-- Starting with 4.8, CK patches include BFQ, so exclude genpatches experimental BFQ patches - -K_EXP_GENPATCHES_LIST="5010*_*.patch*" +K_EXP_GENPATCHES_LIST="5010_*.patch*" src_prepare() { |