sys-fs/snapraid: fix build (bug #609322)
authorChristoph Junghans <junghans@gentoo.org>
Tue, 14 Feb 2017 19:40:29 +0000 (12:40 -0700)
committerChristoph Junghans <junghans@gentoo.org>
Tue, 14 Feb 2017 19:40:51 +0000 (12:40 -0700)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-fs/snapraid/snapraid-11.0-r1.ebuild

index 82b10c337cdf97f005c274908614c20af4e71921..ea2da6b7d49b3a84f5af422e0bbd7873db491e8f 100644 (file)
@@ -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
+}