commit: ce5ed1407fcc1873e93623189423b19e485d1237
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 16:58:06 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 16:59:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5ed140
dev-python/shiboken6: drop llvm 15
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
.../{shiboken6-6.8.1.1.ebuild => shiboken6-6.8.1.1-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/shiboken6/shiboken6-6.8.1.1.ebuild
b/dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild
similarity index 99%
rename from dev-python/shiboken6/shiboken6-6.8.1.1.ebuild
rename to dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild
index dae8016db72f..7085d3f9fe31 100644
--- a/dev-python/shiboken6/shiboken6-6.8.1.1.ebuild
+++ b/dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild
@@ -13,8 +13,7 @@ EAPI=8
# TODO: Add PyPy once officially supported. See also:
# https://bugreports.qt.io/browse/PYSIDE-535
PYTHON_COMPAT=( python3_{10..13} )
-
-LLVM_COMPAT=( {15..18} )
+LLVM_COMPAT=( {16..18} )
inherit cmake llvm-r1 python-r1