From 2018227e9344edb9da15fc6a4a8298086cc2aa77 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Jun 2019 21:45:28 +0100 Subject: gentoo resync : 02.06.2019 --- eclass/kernel-2.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/kernel-2.eclass') diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 6303e3e6c499..1b2b5d3e8b60 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 @@ -1227,7 +1227,7 @@ unipatch() { UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}" debug-print "genpatches tarball: $tarball" - local GCC_MAJOR_VER=$(gcc-major-version) + local GCC_MAJOR_VER=$(gcc-major-version) local GCC_MINOR_VER=$(gcc-minor-version) # optimization patch for gcc < 8.X and kernel > 4.13 -- cgit v1.2.3