From: Ulrich Müller Date: Mon, 27 May 2019 18:56:01 +0000 (+0200) Subject: kernel-2.eclass: Fix comment. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7b47fa77aed4e56e8153d22ca8a7c9a5b3005ec5;p=gentoo.git kernel-2.eclass: Fix comment. Acked-by: Mike Pagano Signed-off-by: Ulrich Müller --- 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