diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-08-15 19:21:28 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-08-15 19:21:54 -0400 |
commit | 1f8c1629cb21629ebe46ed72a977587947e20215 (patch) | |
tree | d4edcfcb079194ff836b34b368e41382e3254d5c /app-crypt | |
parent | media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE (diff) | |
download | gentoo-1f8c1629cb21629ebe46ed72a977587947e20215.tar.gz gentoo-1f8c1629cb21629ebe46ed72a977587947e20215.tar.bz2 gentoo-1f8c1629cb21629ebe46ed72a977587947e20215.zip |
app-crypt/md5deep: bump to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/md5deep/md5deep-4.4.ebuild | 12 |
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 +} |