Closes: https://bugs.gentoo.org/619762
Package-Manager: Portage-2.3.24, Repoman-2.3.6
EAPI=6
+inherit flag-o-matic
+
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3
}
src_configure() {
+ # bug 619762
+ append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \
EAPI=6
+inherit flag-o-matic
+
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3
}
src_configure() {
+ # bug 619762
+ append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \