mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user