Closes: https://bugs.gentoo.org/619688
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
+inherit flag-o-matic
+
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3
}
src_configure() {
+ # bug 619688
+ append-cxxflags -std=c++14
+
econf \
$(use_with doc docs) \
$(use_enable static-libs static) \
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+inherit flag-o-matic
+
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3
}
src_configure() {
+ # bug 619688
+ append-cxxflags -std=c++14
+
econf \
$(use_with doc docs) \
$(use_enable static-libs static) \