mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-process/time: Prefer PATCHES=() over epatch.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
This commit is contained in:
@@ -16,11 +16,13 @@ IUSE=""
|
||||
|
||||
DEPEND="sys-apps/texinfo"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-build.patch
|
||||
"${FILESDIR}"/${PV}-info-dir-entry.patch
|
||||
"${FILESDIR}"/${P}-incorrect_memory_usage.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-build.patch \
|
||||
"${FILESDIR}"/${PV}-info-dir-entry.patch \
|
||||
"${FILESDIR}"/${P}-incorrect_memory_usage.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user