# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_6 ) inherit git-r3 distutils-r1 DESCRIPTION="Coin3d binding for Python" HOMEPAGE="https://github.com/FreeCAD/pivy" EGIT_REPO_URI="https://github.com/FreeCAD/pivy.git" LICENSE="ISC" SLOT="0" KEYWORDS="" IUSE="" RDEPEND=" >=media-libs/coin-4.0 =media-libs/SoQt-9999" DEPEND="${RDEPEND} dev-lang/swig" src_prepare(){ sed -i -e 's#-Ifake_headers#-Ifake_headers -I/usr/include#' setup.py || die "Sed failed!" eapply_user }