diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2015-04-26 12:42:21 +0000 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2015-04-26 12:42:21 +0000 |
commit | 2dd5e1a6855e764118937af9c44a3e3c032ae74e (patch) | |
tree | c48769eb1b081de4a8fa3b5350b50abc3963eda9 /app-admin/testdisk/testdisk-7.0-r2.ebuild | |
parent | Remove masked for removal package (diff) | |
download | gentoo-2-2dd5e1a6855e764118937af9c44a3e3c032ae74e.tar.gz gentoo-2-2dd5e1a6855e764118937af9c44a3e3c032ae74e.tar.bz2 gentoo-2-2dd5e1a6855e764118937af9c44a3e3c032ae74e.zip |
Move AUTOTOOLS_AUTORECONF to before inherit.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'app-admin/testdisk/testdisk-7.0-r2.ebuild')
-rw-r--r-- | app-admin/testdisk/testdisk-7.0-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/testdisk/testdisk-7.0-r2.ebuild b/app-admin/testdisk/testdisk-7.0-r2.ebuild index e8babc37450e..0004b141dec8 100644 --- a/app-admin/testdisk/testdisk-7.0-r2.ebuild +++ b/app-admin/testdisk/testdisk-7.0-r2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 1.3 2015/04/24 15:24:10 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 1.4 2015/04/26 12:42:21 nicolasbock Exp $ EAPI=5 +AUTOTOOLS_AUTORECONF=1 + inherit autotools-utils eutils flag-o-matic DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool" @@ -43,9 +45,8 @@ DEPEND=" )" RDEPEND="!static? ( ${DEPEND} )" +AUTOTOOLS_IN_SOURCE_BUILD=1 DOCS=( ) -AUTOTOOLS_AUTORECONF=1 -BUILD_DIR="${S}" src_configure() { local myconf |