From: David Seifert Date: Fri, 29 Dec 2017 18:03:44 +0000 (+0100) Subject: app-admin/cronolog: [QA] Minor touchups X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e55f3120e1fa231481a986238997c69fdf0217d1;p=gentoo.git app-admin/cronolog: [QA] Minor touchups Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild index ca4ce0c7003d..a362f4f52c7d 100644 --- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild +++ b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils autotools +inherit autotools DESCRIPTION="Log rotation software" HOMEPAGE="https://github.com/fordmason/cronolog" @@ -19,10 +19,8 @@ PATCHES=( "${FILESDIR}"/${P}-umask.patch ) -DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO ) - src_prepare() { default - mv configure.in configure.ac || die + mv configure.{in,ac} || die eautoreconf }