From: Patrice Clement Date: Sat, 25 Feb 2017 08:54:50 +0000 (+0100) Subject: app-admin/cronolog: don't use globbing in PATCHES but in a separate array instead. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0f88dd74184bf5405b782c1715586c12344d089;p=gentoo.git app-admin/cronolog: don't use globbing in PATCHES but in a separate array instead. Globbing in PATCHES causes Portage pain, see: https://qa-reports.gentoo.org/output/gentoo-ci/b80fba8b4/output.html#app-admin/cronolog 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 121f6cf721a3..387ea3582af4 100644 --- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild +++ b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" -PATCHES=( +MY_PATCHES=( "${FILESDIR}/${PV}-patches"/*.txt "${FILESDIR}/${P}-umask.patch" ) @@ -23,6 +23,7 @@ DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO ) src_prepare() { default + epatch "${MY_PATCHES[@]}" eautoreconf }