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 D6456138334 for ; Sat, 13 Jul 2019 19:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF878E0871; Sat, 13 Jul 2019 19:17:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B8479E0871 for ; Sat, 13 Jul 2019 19:17:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0DF933479A8 for ; Sat, 13 Jul 2019 19:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC55609 for ; Sat, 13 Jul 2019 19:17:54 +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: <1563045440.797554b39dce8fdec55d6094445afd1144996c44.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/shiboken/shiboken-5.12.4.ebuild X-VCS-Directories: dev-python/shiboken/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 797554b39dce8fdec55d6094445afd1144996c44 X-VCS-Branch: master Date: Sat, 13 Jul 2019 19:17:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88df5caa-d477-482e-a560-6981a3a8f8cf X-Archives-Hash: 6e91018db9cb4910867db108d87c7bce commit: 797554b39dce8fdec55d6094445afd1144996c44 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 13 19:17:20 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 13 19:17:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=797554b3 dev-python/shiboken: relax Qt version requirements Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Davide Pesavento gentoo.org> dev-python/shiboken/shiboken-5.12.4.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/shiboken/shiboken-5.12.4.ebuild b/dev-python/shiboken/shiboken-5.12.4.ebuild index 6df0fb8d..d1aac88a 100644 --- a/dev-python/shiboken/shiboken-5.12.4.ebuild +++ b/dev-python/shiboken/shiboken-5.12.4.ebuild @@ -31,19 +31,22 @@ KEYWORDS="~amd64" IUSE="+docstrings numpy test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Minimal supported version of Qt. +QT_PV="$(ver_cut 1-2):5" + RDEPEND="${PYTHON_DEPS} - >=dev-qt/qtcore-${PV}:5 + >=dev-qt/qtcore-${QT_PV} >=sys-devel/clang-6:= docstrings? ( >=dev-libs/libxml2-2.6.32 >=dev-libs/libxslt-1.1.19 - >=dev-qt/qtxml-${PV}:5 - >=dev-qt/qtxmlpatterns-${PV}:5 + >=dev-qt/qtxml-${QT_PV} + >=dev-qt/qtxmlpatterns-${QT_PV} ) numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} - test? ( >=dev-qt/qttest-${PV}:5 ) + test? ( >=dev-qt/qttest-${QT_PV} ) " S=${WORKDIR}/${MY_P}/sources/shiboken2