From a0f88dd74184bf5405b782c1715586c12344d089 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 25 Feb 2017 09:54:50 +0100 Subject: [PATCH] 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 --- app-admin/cronolog/cronolog-1.6.2-r5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.26.2