diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-27 20:56:01 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-27 20:56:01 +0200 |
commit | 7b47fa77aed4e56e8153d22ca8a7c9a5b3005ec5 (patch) | |
tree | 2b260ea08282073854dac0629c559464b10d2ad6 /eclass | |
parent | kde-misc/wacomtablet: Fix build with gcc-9 (diff) | |
download | gentoo-7b47fa77aed4e56e8153d22ca8a7c9a5b3005ec5.tar.gz gentoo-7b47fa77aed4e56e8153d22ca8a7c9a5b3005ec5.tar.bz2 gentoo-7b47fa77aed4e56e8153d22ca8a7c9a5b3005ec5.zip |
kernel-2.eclass: Fix comment.
Acked-by: Mike Pagano <mpagano@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 6303e3e6c499..a1782774289d 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -656,8 +656,8 @@ if [[ ${ETYPE} == sources ]]; then ${DEBLOB_CHECK_URI} )" elif kernel_is lt 4 14; then - # We have no way to deblob older kernels, so just mark them as - # tainted with non-libre materials. + # Deblobbing is not available, so just mark kernels older + # than 4.14 as tainted with non-libre materials. LICENSE+=" linux-firmware" fi fi |