summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-10-03 17:21:06 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-10-03 17:26:54 +0200
commit0e6ed7765598b187c23e4808ba7be667b1759a21 (patch)
tree926c3703637e76658dcd194cc90015fbb6d699a2 /dev-python/shiboken2
parentmedia-radio/fldigi: add 4.2.00 (diff)
downloadgentoo-0e6ed7765598b187c23e4808ba7be667b1759a21.tar.gz
gentoo-0e6ed7765598b187c23e4808ba7be667b1759a21.tar.bz2
gentoo-0e6ed7765598b187c23e4808ba7be667b1759a21.zip
dev-python/shiboken2: further pin down dev-qt/* deps
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/shiboken2')
-rw-r--r--dev-python/shiboken2/shiboken2-5.15.10-r1.ebuild (renamed from dev-python/shiboken2/shiboken2-5.15.10.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shiboken2/shiboken2-5.15.10.ebuild b/dev-python/shiboken2/shiboken2-5.15.10-r1.ebuild
index 0a971215217a..b47b73c5ae04 100644
--- a/dev-python/shiboken2/shiboken2-5.15.10.ebuild
+++ b/dev-python/shiboken2/shiboken2-5.15.10-r1.ebuild
@@ -12,7 +12,7 @@ EAPI=8
# "/usr/bin/shiboken2" at build time and "libshiboken2-*.so" at runtime.
# TODO: Add PyPy once officially supported. See also:
# https://bugreports.qt.io/browse/PYSIDE-535
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit cmake llvm python-r1 toolchain-funcs
@@ -37,7 +37,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"
# Minimal supported version of Qt.
-QT_PV="$(ver_cut 1-2)*:5"
+QT_PV="$(ver_cut 1-3)*:5"
# Since Clang is required at both build- and runtime, BDEPEND is omitted here.
LLVM_MAX_SLOT=15