diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-23 19:22:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-23 19:22:40 +0000 |
| commit | 64fea7e7b2340609946397bee117946b9ca41122 (patch) | |
| tree | c412ba1f44ea6b1d0d53b9ac0bc13f985d1ad00e /dev-python/wxpython/wxpython-4.2.1-r2.ebuild | |
| parent | 15fda1e12c8d7e743742163c7962447de7b58a4a (diff) | |
| download | baldeagleos-repo-64fea7e7b2340609946397bee117946b9ca41122.tar.gz baldeagleos-repo-64fea7e7b2340609946397bee117946b9ca41122.tar.xz baldeagleos-repo-64fea7e7b2340609946397bee117946b9ca41122.zip | |
Adding metadata
Diffstat (limited to 'dev-python/wxpython/wxpython-4.2.1-r2.ebuild')
| -rw-r--r-- | dev-python/wxpython/wxpython-4.2.1-r2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild index ffdc1114156b..ec62390a1579 100644 --- a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild +++ b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild @@ -67,6 +67,13 @@ python_prepare_all() { eapply "${FILESDIR}/${PN}-4.2.0-no-webkit.patch" fi + # sip assumes unconditional C99 support since 6.8.4 + # which breaks when trying to use "sip/siplib/bool.cpp" + # https://github.com/Python-SIP/sip/commit/29fb3df49ff37df7aab9d5666fd72de95ac9e7f8 + if has_version ">=dev-python/sip-6.8.4"; then + sed -i '\|sip/siplib/bool\.cpp|d' wscript || die + fi + distutils-r1_python_prepare_all } |
