app-text/libabw: Add eautoreconf, EAPI=6
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 16 Apr 2016 16:53:40 +0000 (18:53 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 16 Apr 2016 20:18:18 +0000 (22:18 +0200)
Gentoo-bug: 579028

Package-Manager: portage-2.2.27

app-text/libabw/libabw-0.1.1.ebuild

index e11dd9b388d0b501a8b7a0cc76d0219b0cdc302c..8eb57d3dc0e279c2a6a8106437260bab2ae55935 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit base eutils
+inherit autotools eutils
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"
@@ -34,6 +34,11 @@ PATCHES=(
        "${FILESDIR}/${PN}-0.1.1-boost-1.59.patch"
 )
 
+src_prepare() {
+       default
+       eautoreconf
+}
+
 src_configure() {
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \