mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 09:52:14 +01:00
sys-libs/pam: use PATCHES for third-party patches
We should use PATCHES for the list of third-party patches, especially for EAPI=7.
This commit is contained in:
parent
5515bbfefb
commit
57e725117f
@ -43,12 +43,15 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
PDEPEND=">=sys-auth/pambase-20200616"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/pam-1.5.0-locked-accounts.patch
|
||||
)
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
touch ChangeLog || die
|
||||
epatch "${FILESDIR}"/pam-1.5.0-locked-accounts.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user