Gentoo-bug: 627402
Package-Manager: Portage-2.3.10, Repoman-2.3.3
EKEY_STATE="release"
fi
-inherit enlightenment
+inherit enlightenment flag-o-matic
DESCRIPTION="Provides external applications as generic loaders for Evas"
HOMEPAGE="https://www.enlightenment.org/"
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ # bug 627402, poppler headers require C++11
+ use pdf && append-cxxflags -std=c++11
+ default
+}
+
src_configure() {
E_ECONF=(
$(use_enable gstreamer gstreamer1)
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
EKEY_STATE="snap"
fi
-inherit enlightenment
+inherit enlightenment flag-o-matic
DESCRIPTION="Provides external applications as generic loaders for Evas"
HOMEPAGE="https://www.enlightenment.org/"
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ # bug 627402, poppler headers require C++11
+ use pdf && append-cxxflags -std=c++11
+ default
+}
+
src_configure() {
E_ECONF=(
$(use_enable gstreamer gstreamer1)