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:
Patrice Clement
2017-02-25 10:20:37 +01:00
parent 0838f25ded
commit 9b69e6921f

View File

@@ -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
}