diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-10-03 17:24:51 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-10-03 17:26:58 +0200 |
commit | 23a5cf864bc9a9d02dc48a161d9648f3b394168d (patch) | |
tree | b4e34bf117f421abbf8547443eed28e19aeed1da /dev-python/shiboken6 | |
parent | dev-python/pyside2-tools: disable py3.9 (diff) | |
download | gentoo-23a5cf864bc9a9d02dc48a161d9648f3b394168d.tar.gz gentoo-23a5cf864bc9a9d02dc48a161d9648f3b394168d.tar.bz2 gentoo-23a5cf864bc9a9d02dc48a161d9648f3b394168d.zip |
dev-python/shiboken6: further pin down dev-qt/* deps
Closes: https://bugs.gentoo.org/914919
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/shiboken6')
-rw-r--r-- | dev-python/shiboken6/shiboken6-6.5.2-r1.ebuild (renamed from dev-python/shiboken6/shiboken6-6.5.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shiboken6/shiboken6-6.5.2.ebuild b/dev-python/shiboken6/shiboken6-6.5.2-r1.ebuild index b5ec49a76c68..365771516fcd 100644 --- a/dev-python/shiboken6/shiboken6-6.5.2.ebuild +++ b/dev-python/shiboken6/shiboken6-6.5.2-r1.ebuild @@ -37,7 +37,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" # Minimal supported version of Qt. -QT_PV="$(ver_cut 1-2)*:6" +QT_PV="$(ver_cut 1-3)*:6" # Since Clang is required at both build- and runtime, BDEPEND is omitted here. LLVM_MAX_SLOT=15 |