dev-python/qscintilla-python: fix out-of-source builds

Closes: https://bugs.gentoo.org/664612
Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
Davide Pesavento
2018-08-26 19:56:31 +02:00
parent c80278cc1c
commit acca71e161

View File

@@ -33,14 +33,16 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}/Python
src_prepare() {
default
python_copy_sources
}
src_configure() {
configuration() {
# Fix out-of-source build and installation of .sip files
ln -s "${S}"/sip || die
local myconf=(
"${PYTHON}"
"${S}"/configure.py
configure.py
--pyqt=PyQt5
--qmake="$(qt5_get_bindir)"/qmake
--sip-incdir="$(python_get_includedir)"