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
This commit is contained in:
Davide Pesavento
2017-04-30 21:32:01 +02:00
parent 2794d51b40
commit a1ebda7d3e

View File

@@ -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]