app-admin/cronolog: don't use an array to stuff patches in but call epatch directly.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 25 Feb 2017 09:20:37 +0000 (10:20 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 25 Feb 2017 09:20:37 +0000 (10:20 +0100)
Package-Manager: portage-2.3.3

app-admin/cronolog/cronolog-1.6.2-r5.ebuild

index 387ea3582af45dc9b6d6d2e2ac285d40bf7b9b68..3a00382de205e203bc4f08ca7ae063fafa998c0d 100644 (file)
@@ -14,16 +14,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
-MY_PATCHES=(
-       "${FILESDIR}/${PV}-patches"/*.txt
-       "${FILESDIR}/${P}-umask.patch"
-)
-
 DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
 
 src_prepare() {
        default
-       epatch "${MY_PATCHES[@]}"
+       epatch "${FILESDIR}/${PV}-patches"/*.txt "${FILESDIR}/${P}-umask.patch"
        eautoreconf
 }