commit: 1f8c1629cb21629ebe46ed72a977587947e20215 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Aug 15 23:21:28 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 23:21:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8c1629
app-crypt/md5deep: bump to EAPI 6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/md5deep/md5deep-4.4.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app-crypt/md5deep/md5deep-4.4.ebuild b/app-crypt/md5deep/md5deep-4.4.ebuild index b2488ffb059..1a6290cbfcd 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 +}
