commit:     107f66773074a9ef4e7581bae1fb07d9d1beebb7
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Sun Mar 15 18:57:20 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Sun Mar 15 18:59:28 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=107f6677

net-im/endcord: fix flags QA

The patch was enough to fix those problems seemingly.

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 net-im/endcord/endcord-1.3.0.ebuild | 8 +-------
 net-im/endcord/endcord-9999.ebuild  | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/net-im/endcord/endcord-1.3.0.ebuild 
b/net-im/endcord/endcord-1.3.0.ebuild
index 7a3d92a281..81dd2e83c7 100644
--- a/net-im/endcord/endcord-1.3.0.ebuild
+++ b/net-im/endcord/endcord-1.3.0.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{12..14} )
 
-inherit distutils-r1 flag-o-matic optfeature wrapper
+inherit distutils-r1 optfeature wrapper
 
 DESCRIPTION="Feature rich Discord TUI client"
 HOMEPAGE="https://github.com/sparklost/endcord";
@@ -23,8 +23,6 @@ fi
 LICENSE="GPL-3"
 SLOT=0
 
-RESTRICT="strip"
-
 BDEPEND="
        >=dev-python/cython-3.2.4[${PYTHON_USEDEP}]
 "
@@ -48,10 +46,6 @@ RDEPEND="
 
 PATCHES=( "${FILESDIR}/${PN}-1.3.0-flags.patch" )
 
-python_configure_all() {
-       filter-lto # incorrectly links extensions
-}
-
 python_install() {
        distutils-r1_python_install
 

diff --git a/net-im/endcord/endcord-9999.ebuild 
b/net-im/endcord/endcord-9999.ebuild
index 3e2347dac1..80996c4e9d 100644
--- a/net-im/endcord/endcord-9999.ebuild
+++ b/net-im/endcord/endcord-9999.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{12..14} )
 
-inherit distutils-r1 flag-o-matic optfeature wrapper
+inherit distutils-r1 optfeature wrapper
 
 DESCRIPTION="Feature rich Discord TUI client"
 HOMEPAGE="https://github.com/sparklost/endcord";
@@ -23,8 +23,6 @@ fi
 LICENSE="GPL-3"
 SLOT=0
 
-RESTRICT="strip"
-
 BDEPEND="
        >=dev-python/cython-3.2.4[${PYTHON_USEDEP}]
 "
@@ -49,10 +47,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.0-flags.patch" )
 
 DOCS=( README.md docs/ )
 
-python_configure_all() {
-       filter-lto # incorrectly links extensions
-}
-
 python_install() {
        distutils-r1_python_install
 

Reply via email to