summaryrefslogtreecommitdiff
path: root/dev-python/pywlroots/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pywlroots/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pywlroots/files')
-rw-r--r--dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch b/dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch
deleted file mode 100644
index eb0cce91ac35..000000000000
--- a/dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/flacjacket/gentoo-overlay/blob/master/dev-python/pywlroots/files/pywlroots-no_version_check.patch
-
-This causes sandbox failures in e.g. qtile on importing pywlroots.
---- a/wlroots/ffi_build.py
-+++ b/wlroots/ffi_build.py
-@@ -44,6 +44,7 @@ def load_wlroots_version():
-
- def check_version():
- """Check for wlroots version compatibility"""
-+ return
- # When importing a system-level installed package, we may not be able to
- # create neighboring files, which is done by the `.verify` step. If this
- # error is hit, we check with the compiled `wlroots.lib`.