From: Christoph Junghans Date: Tue, 14 Feb 2017 19:40:29 +0000 (-0700) Subject: sys-fs/snapraid: fix build (bug #609322) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d73e5c24cbc1c5a4f285f022d4483117d975c2a;p=gentoo.git sys-fs/snapraid: fix build (bug #609322) Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sys-fs/snapraid/snapraid-11.0-r1.ebuild b/sys-fs/snapraid/snapraid-11.0-r1.ebuild index 82b10c337cdf..ea2da6b7d49b 100644 --- a/sys-fs/snapraid/snapraid-11.0-r1.ebuild +++ b/sys-fs/snapraid/snapraid-11.0-r1.ebuild @@ -4,6 +4,8 @@ EAPI=6 +inherit autotools + DESCRIPTION="a backup program for disk array for home media centers" HOMEPAGE="http://snapraid.sourceforge.net/" SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz" @@ -16,3 +18,8 @@ IUSE="test" DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" ) PATCHES=( "${FILESDIR}/${P}-minor.patch" ) + +src_prepare() { + default + eautoreconf +}