mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 18:02:02 +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"
|
PDEPEND=">=sys-auth/pambase-20200616"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}"/pam-1.5.0-locked-accounts.patch
|
||||||
|
)
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
touch ChangeLog || die
|
touch ChangeLog || die
|
||||||
epatch "${FILESDIR}"/pam-1.5.0-locked-accounts.patch
|
|
||||||
eautoreconf
|
eautoreconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user