commit:     6597e61e1ab587f96357adc7367dd6125c6ede9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 13:14:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 13:07:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6597e61e

app-admin/testdisk: EAPI 6 bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/testdisk/testdisk-7.1_pre20180322.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild 
b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
index 7ea7b9df550..f0091bc8cff 100644
--- a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
+++ b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-AUTOTOOLS_AUTORECONF=1
 COMMIT=9eb2aa12ce051d8d3d31e6b440389d5abf5efaf1
-inherit autotools-utils flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based 
recovery tool"
 HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk";
@@ -52,15 +51,18 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="!static? ( ${COMMON_DEPEND} )"
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
 DOCS=( )
 
 S="${WORKDIR}/${PN}-${COMMIT}"
 
+src_prepare() {
+       default
+       eautoreconf
+}
+
 src_configure() {
        local myeconfargs=(
                --enable-sudo
-               --docdir="${ROOT}/usr/share/doc/${P}"
                $(use_with ewf)
                $(use_with jpeg)
                $(use_with ntfs)

Reply via email to