summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/md5deep/md5deep-4.4.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/app-crypt/md5deep/md5deep-4.4.ebuild b/app-crypt/md5deep/md5deep-4.4.ebuild
index b2488ffb059b..1a6290cbfcde 100644
--- a/app-crypt/md5deep/md5deep-4.4.ebuild
+++ b/app-crypt/md5deep/md5deep-4.4.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools
DESCRIPTION="Expanded md5sum program with recursive and comparison options"
HOMEPAGE="http://md5deep.sourceforge.net/"
@@ -19,3 +18,8 @@ IUSE=""
S=${WORKDIR}/hashdeep-release-${PV}
DOCS=( AUTHORS ChangeLog FILEFORMAT NEWS README.md TODO )
+
+src_prepare() {
+ eapply_user
+ eautoreconf
+}