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
This commit is contained in:
Stephen L Arnold
2018-06-24 14:55:53 -07:00
parent ad8a3f59bc
commit d03c93baf5

View File

@@ -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() {