mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-admin/cronolog: don't use an array to stuff patches in but call epatch directly.
Package-Manager: portage-2.3.3
This commit is contained in:
@@ -14,16 +14,11 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~x86"
|
||||
|
||||
MY_PATCHES=(
|
||||
"${FILESDIR}/${PV}-patches"/*.txt
|
||||
"${FILESDIR}/${P}-umask.patch"
|
||||
)
|
||||
|
||||
DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
epatch "${MY_PATCHES[@]}"
|
||||
epatch "${FILESDIR}/${PV}-patches"/*.txt "${FILESDIR}/${P}-umask.patch"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user