summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-04-16 18:53:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-16 22:18:18 +0200
commitdba07d4f6c3c0c691e2a0e6eda57accbf88dc245 (patch)
tree3d889ac5bbe61d2d2da2b56652b63a155a67c085 /app-text/libabw
parentapp-office/libreoffice: Drop old 5.1.1.3 (diff)
downloadgentoo-dba07d4f6c3c0c691e2a0e6eda57accbf88dc245.tar.gz
gentoo-dba07d4f6c3c0c691e2a0e6eda57accbf88dc245.tar.bz2
gentoo-dba07d4f6c3c0c691e2a0e6eda57accbf88dc245.zip
app-text/libabw: Add eautoreconf, EAPI=6
Gentoo-bug: 579028 Package-Manager: portage-2.2.27
Diffstat (limited to 'app-text/libabw')
-rw-r--r--app-text/libabw/libabw-0.1.1.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/app-text/libabw/libabw-0.1.1.ebuild b/app-text/libabw/libabw-0.1.1.ebuild
index e11dd9b388d0..8eb57d3dc0e2 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -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}" \