[gentoo-dev] [PATCH] Transitional changes to the kernel-2 eclass to support future CPU OPT

2021-04-29 Thread mpagano
From: Mike Pagano The CPU OPT patch now contains gcc ver checks within the patch itself. This transitional change is to start supporting just that patch while trying not to break the older versions. The target state eclass code will *only* need the three line gcc version check. We should be abl

[gentoo-dev] [PATCH v2] Transitional changes to the kernel-2 eclass to support future CPU OPT

2021-04-29 Thread mpagano
From: Mike Pagano Thanks, Ulm, for the review. I have modified the code as suggested. The CPU OPT patch now contains gcc ver checks within the patch itself. This transitional change is to start supporting just that patch while trying not to break the older versions. The target state eclass code

[gentoo-dev] [PATCH] Create default implementation of pkg_pretend, move CONFIG_CHECK

2021-05-30 Thread mpagano
From: Mike Pagano As the purpose of pkg_pretend is to run sanity checks during dependency calculation time, provide the default implementation and perform CONFIG_CHECK within it. See bug #759238 Signed-off-by: Mike Pagano --- eclass/linux-mod.eclass | 17 - 1 file changed, 12

[gentoo-dev] [PATCH] kernel-2.eclass: Fix einfo/elog messages

2021-06-15 Thread mpagano
From: Mike Pagano Fix einfo/elog messages to be more aligned with guidance outlined in the devmanual Bug: https://bugs.gentoo.org/795354 Reported-by: Pacho Ramos Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/

[gentoo-dev] [PATCH] kernel-2.eclass: Add EAPI 8 support

2021-07-18 Thread mpagano
From: Mike Pagano Signed-off-by: Mike Pagano --- 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 831dd5b5d..f94dd9c43 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -8,7 +8,