From 1f8c1629cb21629ebe46ed72a977587947e20215 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 15 Aug 2018 19:21:28 -0400 Subject: 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(-) (limited to 'app-crypt') 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 +} -- cgit v1.2.3-65-gdbad