commit:     a0f88dd74184bf5405b782c1715586c12344d089
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 08:54:50 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 08:54:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f88dd7

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 121f6cf721..387ea3582a 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
 }
 

Reply via email to