Update
This commit is contained in:
parent
38b45c3b4b
commit
1dbce8591c
@ -1,13 +1,17 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
UNIPATCH_STRICTORDER="yes"
|
||||||
K_NOUSENAME="yes"
|
K_NOUSENAME="yes"
|
||||||
K_NOSETEXTRAVERSION="yes"
|
K_NOSETEXTRAVERSION="yes"
|
||||||
|
K_NOUSEPR="yes"
|
||||||
K_SECURITY_UNSUPPORTED="1"
|
K_SECURITY_UNSUPPORTED="1"
|
||||||
|
K_BASE_VER="5.16"
|
||||||
|
K_EXP_GENPATCHES_NOUSE="1"
|
||||||
|
K_FROM_GIT="yes"
|
||||||
ETYPE="sources"
|
ETYPE="sources"
|
||||||
inherit kernel-2
|
|
||||||
detect_version
|
|
||||||
|
|
||||||
KEYWORDS="~arm64"
|
KEYWORDS="~arm64"
|
||||||
|
|
||||||
@ -43,6 +47,7 @@ PATCHES=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
default
|
||||||
eapply_user
|
eapply_user
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user