From: Anthony G. Basile Date: Wed, 15 Aug 2018 23:21:28 +0000 (-0400) Subject: app-crypt/md5deep: bump to EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f8c1629cb21629ebe46ed72a977587947e20215;p=gentoo.git app-crypt/md5deep: bump to EAPI 6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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 +}