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 174E11382C5 for ; Tue, 6 Mar 2018 04:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 224B5E089F; Tue, 6 Mar 2018 04:53:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 016F8E089F for ; Tue, 6 Mar 2018 04:53:04 +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 C3C9E335C5A for ; Tue, 6 Mar 2018 04:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9571ED for ; Tue, 6 Mar 2018 04:53:01 +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: <1520311957.ce044e2ae59af9d177e5c469e4be6ca6222616b9.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/files/, dev-python/PyQt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt5/PyQt5-5.10.1.ebuild dev-python/PyQt5/files/PyQt5-5.10.1-timeline.patch X-VCS-Directories: dev-python/PyQt5/ dev-python/PyQt5/files/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: ce044e2ae59af9d177e5c469e4be6ca6222616b9 X-VCS-Branch: master Date: Tue, 6 Mar 2018 04:53:01 +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: 34efbcc9-0023-407f-b22b-f20d5ec7e340 X-Archives-Hash: 541f7bc7e91534e196403210161d0470 commit: ce044e2ae59af9d177e5c469e4be6ca6222616b9 Author: Davide Pesavento gentoo org> AuthorDate: Tue Mar 6 04:52:37 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Mar 6 04:52:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce044e2a dev-python/PyQt5: fix build against Qt 5.9.4 Closes: https://bugs.gentoo.org/649600 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/PyQt5/PyQt5-5.10.1.ebuild | 1 + dev-python/PyQt5/files/PyQt5-5.10.1-timeline.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/dev-python/PyQt5/PyQt5-5.10.1.ebuild b/dev-python/PyQt5/PyQt5-5.10.1.ebuild index 809e464ee4b..5312e89d1ca 100644 --- a/dev-python/PyQt5/PyQt5-5.10.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.10.1.ebuild @@ -94,6 +94,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} DOCS=( "${S}"/{ChangeLog,NEWS} ) +PATCHES=( "${FILESDIR}/${P}-timeline.patch" ) pyqt_use_enable() { use "$1" || return diff --git a/dev-python/PyQt5/files/PyQt5-5.10.1-timeline.patch b/dev-python/PyQt5/files/PyQt5-5.10.1-timeline.patch new file mode 100644 index 00000000000..857492266e0 --- /dev/null +++ b/dev-python/PyQt5/files/PyQt5-5.10.1-timeline.patch @@ -0,0 +1,13 @@ +diff --git a/sip/QtCore/QtCoremod.sip b/sip/QtCore/QtCoremod.sip +index e40d12c..4419f2b 100644 +--- a/sip/QtCore/QtCoremod.sip ++++ b/sip/QtCore/QtCoremod.sip +@@ -22,7 +22,7 @@ + + %Module(name=PyQt5.QtCore, call_super_init=True, default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", use_limited_api=True) + +-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1} ++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_6 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1} + + %Platforms {WS_X11 WS_WIN WS_MACX} +