# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 git-r3 eutils DESCRIPTION="A python binding for libpoppler-qt5" HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5" EGIT_REPO_URI="https://github.com/wbsoft/python-poppler-qt5" EGIT_CLONE_TYPE="shallow" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="app-text/poppler:=[qt5] dev-python/PyQt5[${PYTHON_USEDEP}] >=dev-python/python-poppler-0.12.0 >=dev-python/sip-4.9.1" DEPEND="${RDEPEND}" src_prepare() { distutils-r1_src_prepare export CXXFLAGS="$CXXFLAGS -std=c++11" }