From 1dbce8591ccab1fb4a75caa2398cd166cf96422c Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 14 Jan 2022 17:28:49 +0100 Subject: [PATCH] Update --- .../pinephone-pro-sources-5.16.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys-kernel/pinephone-pro-sources/pinephone-pro-sources-5.16.0.ebuild b/sys-kernel/pinephone-pro-sources/pinephone-pro-sources-5.16.0.ebuild index 6efe19e..bffad8f 100644 --- a/sys-kernel/pinephone-pro-sources/pinephone-pro-sources-5.16.0.ebuild +++ b/sys-kernel/pinephone-pro-sources/pinephone-pro-sources-5.16.0.ebuild @@ -1,13 +1,17 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI="8" +UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="5.16" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" ETYPE="sources" -inherit kernel-2 -detect_version KEYWORDS="~arm64" @@ -43,6 +47,7 @@ PATCHES=( ) src_prepare() { + default eapply_user }