commit:     e55f3120e1fa231481a986238997c69fdf0217d1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 18:03:44 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 22:31:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55f3120

app-admin/cronolog: [QA] Minor touchups

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/cronolog/cronolog-1.6.2-r5.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild 
b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
index ca4ce0c7003..a362f4f52c7 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
 }

Reply via email to