summaryrefslogtreecommitdiff
path: root/x11-terms
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-02 07:10:03 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-02 07:10:03 +0000
commit4a1bcc485932394e05bc3a82bc5911c5534f8150 (patch)
treeed380bc305e9e19a3626e9d3291197c40e842b10 /x11-terms
parentc1dd88c6184e4ac7bf650d29ba16d3533ae25128 (diff)
downloadbaldeagleos-repo-4a1bcc485932394e05bc3a82bc5911c5534f8150.tar.gz
baldeagleos-repo-4a1bcc485932394e05bc3a82bc5911c5534f8150.tar.xz
baldeagleos-repo-4a1bcc485932394e05bc3a82bc5911c5534f8150.zip
Adding metadata
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/kitty/files/kitty-0.46.2-vectorcall-assert.patch9
-rw-r--r--x11-terms/kitty/kitty-0.46.2-r1.ebuild (renamed from x11-terms/kitty/kitty-0.46.2.ebuild)4
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-terms/kitty/files/kitty-0.46.2-vectorcall-assert.patch b/x11-terms/kitty/files/kitty-0.46.2-vectorcall-assert.patch
new file mode 100644
index 000000000000..09182bd2cf0a
--- /dev/null
+++ b/x11-terms/kitty/files/kitty-0.46.2-vectorcall-assert.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/973466
+https://github.com/kovidgoyal/kitty/commit/eaec66fdc628786dd7d8ce5533ff4cdcf71c4f82
+--- a/kitty/colors.c
++++ b/kitty/colors.c
+@@ -1181,3 +1181,3 @@
+ .tp_basicsize = sizeof(Color),
+- .tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_VECTORCALL,
++ .tp_flags = Py_TPFLAGS_DEFAULT,
+ .tp_doc = "Color",
diff --git a/x11-terms/kitty/kitty-0.46.2.ebuild b/x11-terms/kitty/kitty-0.46.2-r1.ebuild
index 0aa1e7347d65..dce05a0258ef 100644
--- a/x11-terms/kitty/kitty-0.46.2.ebuild
+++ b/x11-terms/kitty/kitty-0.46.2-r1.ebuild
@@ -35,6 +35,10 @@ REQUIRED_USE="
"
RESTRICT="!test? ( test )"
+PATCHES=(
+ "${FILESDIR}"/${P}-vectorcall-assert.patch
+)
+
# dlopen: fontconfig,libglvnd
RDEPEND="
${PYTHON_DEPS}