commit: 9b69e6921f595e6d06d2eebbac8100cc9590ec20
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 09:20:37 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 09:20:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b69e692
app-admin/cronolog: don't use an array to stuff patches in but call epatch
directly.
Package-Manager: portage-2.3.3
app-admin/cronolog/cronolog-1.6.2-r5.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
index 387ea3582a..3a00382de2 100644
--- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
+++ b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
@@ -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
}