commit: d03c93baf5e2eb9ed85eaadf24f9548d991e9adc
Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 21:55:53 2018 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 21:55:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03c93ba
app-admin/logrotate: fix patch-not-being-applied error on 3.14
* eapply_user is not currently a substitute for default
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/logrotate/logrotate-3.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/logrotate/logrotate-3.14.0.ebuild
b/app-admin/logrotate/logrotate-3.14.0.ebuild
index 64edaf09f13..2a41a2fa759 100644
--- a/app-admin/logrotate/logrotate-3.14.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.14.0.ebuild
@@ -49,7 +49,7 @@ PATCHES=(
src_prepare() {
sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#'
"${S}"/examples/logrotate.{cron,service} || die
- eapply_user
+ default
}
src_configure() {