summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/cronolog/cronolog-1.6.2-r5.ebuild')
-rw-r--r--app-admin/cronolog/cronolog-1.6.2-r5.ebuild6
1 files 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 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
}