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 F11CF138334 for ; Wed, 3 Apr 2019 01:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABEA0E0B54; Wed, 3 Apr 2019 01:01:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 85332E0B54 for ; Wed, 3 Apr 2019 01:01:19 +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 33087335D1F for ; Wed, 3 Apr 2019 01:01:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F25E58D for ; Wed, 3 Apr 2019 01:01:15 +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: <1554253203.3117ce0466bcd9966d422aa9fbf3deaf91d7de6f.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.11.1-r1.ebuild dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild X-VCS-Directories: dev-python/qscintilla-python/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 3117ce0466bcd9966d422aa9fbf3deaf91d7de6f X-VCS-Branch: master Date: Wed, 3 Apr 2019 01:01:15 +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: 1e6d960e-75b1-4e78-9a63-466ffd0ae0f2 X-Archives-Hash: b373845b86a8b042f7fdb5b8e9bb20f7 commit: 3117ce0466bcd9966d422aa9fbf3deaf91d7de6f Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 3 00:12:38 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 01:00:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3117ce04 dev-python/qscintilla-python: adjust deps Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> ...python-2.11.1.ebuild => qscintilla-python-2.11.1-r1.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild similarity index 88% rename from dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild rename to dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild index 4c02bf5f03f..b5af9609872 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild @@ -24,17 +24,19 @@ IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND=" +RDEPEND=" ${PYTHON_DEPS} - >=dev-python/sip-4.19:=[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ~x11-libs/qscintilla-${PV}:= " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + >=dev-python/sip-4.19.14[${PYTHON_USEDEP}] +" S=${WORKDIR}/${MY_P}/Python