commit: 19f6fa99691a458888b90d873e2eb0117af455f1
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Sun Mar 15 08:56:49 2026 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Sun Mar 15 08:56:49 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19f6fa99
net-im/endcord: fix QA
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
net-im/endcord/endcord-1.3.0.ebuild | 2 +-
net-im/endcord/endcord-9999.ebuild | 2 +-
net-im/endcord/files/endcord-1.3.0-flags.patch | 12 ++++++++----
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/net-im/endcord/endcord-1.3.0.ebuild
b/net-im/endcord/endcord-1.3.0.ebuild
index e6ae22a32f..7a3d92a281 100644
--- a/net-im/endcord/endcord-1.3.0.ebuild
+++ b/net-im/endcord/endcord-1.3.0.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
>=dev-python/discord-protos-0.0.2[${PYTHON_USEDEP}]
>=dev-python/emoji-2.15.0[${PYTHON_USEDEP}]
>=dev-python/filetype-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-2.4.2[${PYTHON_USEDEP}]
+ >=dev-python/numpy-2.4.3[${PYTHON_USEDEP}]
>=dev-python/orjson-3.11.7[${PYTHON_USEDEP}]
>=dev-python/pexpect-4.9.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.23.0[${PYTHON_USEDEP}]
diff --git a/net-im/endcord/endcord-9999.ebuild
b/net-im/endcord/endcord-9999.ebuild
index daf57cc8bb..3e2347dac1 100644
--- a/net-im/endcord/endcord-9999.ebuild
+++ b/net-im/endcord/endcord-9999.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
>=dev-python/discord-protos-1.2.126[${PYTHON_USEDEP}]
>=dev-python/emoji-2.15.0[${PYTHON_USEDEP}]
>=dev-python/filetype-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-2.4.2[${PYTHON_USEDEP}]
+ >=dev-python/numpy-2.4.3[${PYTHON_USEDEP}]
>=dev-python/orjson-3.11.7[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.23.0[${PYTHON_USEDEP}]
>=dev-python/pynacl-1.6.2[${PYTHON_USEDEP}]
diff --git a/net-im/endcord/files/endcord-1.3.0-flags.patch
b/net-im/endcord/files/endcord-1.3.0-flags.patch
index 87a93d70bd..71e7b8ee73 100644
--- a/net-im/endcord/files/endcord-1.3.0-flags.patch
+++ b/net-im/endcord/files/endcord-1.3.0-flags.patch
@@ -1,8 +1,8 @@
-strips forced unsecure flags
+strips forced compilation flags
--- a/setup.py
+++ b/setup.py
-@@ -3,18 +3,8 @@
+@@ -3,22 +3,8 @@
from Cython.Build import cythonize
from setuptools import Extension, setup
@@ -18,8 +18,12 @@ strips forced unsecure flags
- "-O3",
- "-s",
-]
+-
+-if shutil.which("lld"):
+- extra_compile_args.append("-fuse-ld=lld")
+- extra_link_args.append("-fuse-ld=lld")
+extra_compile_args = []
+extra_link_args = []
- if shutil.which("lld"):
- extra_compile_args.append("-fuse-ld=lld")
+ extensions = [
+ Extension(