From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3F83138334 for ; Sun, 24 Jun 2018 21:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AD8E082B; Sun, 24 Jun 2018 21:56:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B437EE082B for ; Sun, 24 Jun 2018 21:56:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FE6D335C8C for ; Sun, 24 Jun 2018 21:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 401D72C8 for ; Sun, 24 Jun 2018 21:56:44 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1529877353.d03c93baf5e2eb9ed85eaadf24f9548d991e9adc.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/logrotate/logrotate-3.14.0.ebuild X-VCS-Directories: app-admin/logrotate/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: d03c93baf5e2eb9ed85eaadf24f9548d991e9adc X-VCS-Branch: master Date: Sun, 24 Jun 2018 21:56:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ce84ffe-cd76-4b13-a867-3ce2cd61f6f9 X-Archives-Hash: cfc62bbb3868e96cc88e6992f2edd663 commit: d03c93baf5e2eb9ed85eaadf24f9548d991e9adc Author: Stephen L Arnold gentoo org> AuthorDate: Sun Jun 24 21:55:53 2018 +0000 Commit: Steve Arnold gentoo 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() {