aboutsummaryrefslogtreecommitdiff
path: root/graphics/krita/files/patch-cmake_modules_pyproject.toml.in
blob: e18b338ac6657af1d0756e1fd8a8e114b9ed2563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix build with SIP >= 6.8.0

--- cmake/modules/pyproject.toml.in.orig	2023-12-08 23:06:29 UTC
+++ cmake/modules/pyproject.toml.in
@@ -9,7 +9,7 @@ sip-files-dir = "@module_srcs@"
 sip-module = "@sip_name@"
 sip-include-dirs = @sip_include_dirs@
 sip-files-dir = "@module_srcs@"
-abi-version = "12"
+abi-version = "12.13"
 
 [tool.sip.bindings.@module_name_toml@]
 tags = @module_tags@