From: Patrice Clement Date: Sat, 25 Feb 2017 09:20:37 +0000 (+0100) Subject: app-admin/cronolog: don't use an array to stuff patches in but call epatch directly. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b69e6921f595e6d06d2eebbac8100cc9590ec20;p=gentoo.git app-admin/cronolog: don't use an array to stuff patches in but call epatch directly. Package-Manager: portage-2.3.3 --- diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild index 387ea3582af4..3a00382de205 100644 --- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild +++ b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild @@ -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 }