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 D87E5139696 for ; Sun, 30 Apr 2017 19:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B915021C08D; Sun, 30 Apr 2017 19:46:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 930E621C08D for ; Sun, 30 Apr 2017 19:46:48 +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 57A913416A3 for ; Sun, 30 Apr 2017 19:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528A62494 for ; Sun, 30 Apr 2017 19:46:45 +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: <1493581593.a1ebda7d3e901fb07ee30f95264f02fdf9ae6937.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyside/pyside-1.2.2-r1.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: a1ebda7d3e901fb07ee30f95264f02fdf9ae6937 X-VCS-Branch: master Date: Sun, 30 Apr 2017 19:46:45 +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: fe9ee07f-bd91-4ad7-8647-583fef6e72f0 X-Archives-Hash: 4a8bfa8ae89f16dc67b20d3830c9d5d2 commit: a1ebda7d3e901fb07ee30f95264f02fdf9ae6937 Author: Davide Pesavento gentoo org> AuthorDate: Sun Apr 30 19:32:01 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Apr 30 19:46:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ebda7d dev-python/pyside: restrict shiboken dep to same SLOT For future compatibility with shiboken:2 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/pyside/pyside-1.2.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyside/pyside-1.2.2-r1.ebuild b/dev-python/pyside/pyside-1.2.2-r1.ebuild index 207b7f40ca1..ee4cff5cd93 100644 --- a/dev-python/pyside/pyside-1.2.2-r1.ebuild +++ b/dev-python/pyside/pyside-1.2.2-r1.ebuild @@ -10,7 +10,7 @@ inherit cmake-utils multilib python-r1 virtualx MY_P="${PN}-qt4.8+${PV}" DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://qt-project.org/wiki/PySide" +HOMEPAGE="http://wiki.qt.io/PySide" SRC_URI="http://download.qt-project.org/official_releases/${PN}/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" @@ -38,7 +38,7 @@ QT_PV="4.8.5:4" RDEPEND=" ${PYTHON_DEPS} - >=dev-python/shiboken-${PV}[${PYTHON_USEDEP}] + >=dev-python/shiboken-${PV}:${SLOT}[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV}[ssl] X? ( >=dev-qt/qtgui-${QT_PV}[accessibility]