Closes: https://bugs.gentoo.org/618854
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PN="libe-book"
MY_P="${MY_PN}-${PV}"
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Library parsing various ebook formats"
HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
}
src_configure() {
+ # bug 618854
+ append-cxxflags -std=c++14
+
econf \
--disable-static \
--disable-werror \
MY_PN="libe-book"
MY_P="${MY_PN}-${PV}"
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Library parsing various ebook formats"
HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
}
src_configure() {
+ # bug 618854
+ append-cxxflags -std=c++14
+
econf \
--disable-static \
--disable-werror \