diff options
Diffstat (limited to 'dev-python/wxpython/files/wxpython-4.2.2-sip-6.10.0.patch')
-rw-r--r-- | dev-python/wxpython/files/wxpython-4.2.2-sip-6.10.0.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/wxpython/files/wxpython-4.2.2-sip-6.10.0.patch b/dev-python/wxpython/files/wxpython-4.2.2-sip-6.10.0.patch new file mode 100644 index 000000000000..7f15661b601f --- /dev/null +++ b/dev-python/wxpython/files/wxpython-4.2.2-sip-6.10.0.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/949510#c4 +https://github.com/wxWidgets/Phoenix/commit/de9aa4be5bb49adf82991c7582ea3c42ed505bf7.patch + +--- a/buildtools/config.py ++++ b/buildtools/config.py +@@ -85,7 +85,7 @@ + PKGDIR = 'wx' + # The name of the top-level package + +- SIP_ABI = '12.9' ++ SIP_ABI = '12.14' + SIP_TRACE = False + + # --------------------------------------------------------------- |