Skip to content

Commit

Permalink
app-admin/cronolog: don't use globbing in PATCHES but in a separate a…
Browse files Browse the repository at this point in the history
…rray 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
  • Loading branch information
monsieurp committed Feb 25, 2017
1 parent a0665c5 commit a0f88dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-admin/cronolog/cronolog-1.6.2-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand All @@ -23,6 +23,7 @@ DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )

src_prepare() {
default
epatch "${MY_PATCHES[@]}"
eautoreconf
}

Expand Down

0 comments on commit a0f88dd

Please sign in to comment.