commit: b5d12b54098ca6cd14bb5e7098d110dc1c38c110 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Thu Jul 13 20:36:27 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 13 20:40:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d12b54
app-admin/logrotate: Fixes PATCHES not applied Closes: https://github.com/gentoo/gentoo/pull/5103 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-admin/logrotate/logrotate-3.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/logrotate/logrotate-3.12.3.ebuild b/app-admin/logrotate/logrotate-3.12.3.ebuild index 30879bc88d8..410660a032a 100644 --- a/app-admin/logrotate/logrotate-3.12.3.ebuild +++ b/app-admin/logrotate/logrotate-3.12.3.ebuild @@ -38,8 +38,8 @@ PATCHES=( ) src_prepare() { + default sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#' "${S}"/examples/logrotate.{cron,service} || die - eapply_user } src_configure() {
