net-im/endcord: fix flags QA

The patch was enough to fix those problems seemingly.

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-15 15:57:20 -03:00
parent 3e33099055
commit 107f667730
2 changed files with 2 additions and 14 deletions

View File

@@ -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

View File

@@ -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