kernel-2.eclass: Fix comment.
authorUlrich Müller <ulm@gentoo.org>
Mon, 27 May 2019 18:56:01 +0000 (20:56 +0200)
committerUlrich Müller <ulm@gentoo.org>
Mon, 27 May 2019 18:56:01 +0000 (20:56 +0200)
Acked-by: Mike Pagano <mpagano@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
eclass/kernel-2.eclass

index 6303e3e6c49908f9d03922785871addf77f6d108..a1782774289d8f856bb32dc6073302702d3ba36b 100644 (file)
@@ -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