From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24C5C138334 for ; Sun, 26 Aug 2018 17:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB2ABE07EF; Sun, 26 Aug 2018 17:58:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD551E07EF for ; Sun, 26 Aug 2018 17:58:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB500335C95 for ; Sun, 26 Aug 2018 17:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F037F37C for ; Sun, 26 Aug 2018 17:57:57 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1535306267.acca71e161133588d6cc13d170e53108b8f4b2bf.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild X-VCS-Directories: dev-python/qscintilla-python/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: acca71e161133588d6cc13d170e53108b8f4b2bf X-VCS-Branch: master Date: Sun, 26 Aug 2018 17:57:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c2aa8f5-c42a-4b1f-b5f0-0f33f7d83dc2 X-Archives-Hash: 3063f3f316df1d7f47f6202f4460e518 commit: acca71e161133588d6cc13d170e53108b8f4b2bf Author: Davide Pesavento gentoo org> AuthorDate: Sun Aug 26 17:56:31 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Aug 26 17:57:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acca71e1 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 dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild index 1d3059473f9..d9ffd92fb6c 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild @@ -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)"