summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-02-25 09:54:50 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-02-25 09:54:50 +0100
commita0f88dd74184bf5405b782c1715586c12344d089 (patch)
tree4272489100b56e8ed9fb52df55960b060c9f4d2e /app-admin
parentx11-libs/dnd: make patches EAPI-6 compliant. (diff)
downloadgentoo-a0f88dd74184bf5405b782c1715586c12344d089.tar.gz
gentoo-a0f88dd74184bf5405b782c1715586c12344d089.tar.bz2
gentoo-a0f88dd74184bf5405b782c1715586c12344d089.zip
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
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/cronolog/cronolog-1.6.2-r5.ebuild3
1 files changed, 2 insertions, 1 deletions
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
}