mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user