commit: 7b47fa77aed4e56e8153d22ca8a7c9a5b3005ec5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 18:56:01 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 27 18:56:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b47fa77
kernel-2.eclass: Fix comment.
Acked-by: Mike Pagano <mpagano <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/kernel-2.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 6303e3e6c49..a1782774289 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