mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
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:
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
|
|||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{12..14} )
|
PYTHON_COMPAT=( python3_{12..14} )
|
||||||
|
|
||||||
inherit distutils-r1 flag-o-matic optfeature wrapper
|
inherit distutils-r1 optfeature wrapper
|
||||||
|
|
||||||
DESCRIPTION="Feature rich Discord TUI client"
|
DESCRIPTION="Feature rich Discord TUI client"
|
||||||
HOMEPAGE="https://github.com/sparklost/endcord"
|
HOMEPAGE="https://github.com/sparklost/endcord"
|
||||||
@@ -23,8 +23,6 @@ fi
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT=0
|
SLOT=0
|
||||||
|
|
||||||
RESTRICT="strip"
|
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-python/cython-3.2.4[${PYTHON_USEDEP}]
|
>=dev-python/cython-3.2.4[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
@@ -48,10 +46,6 @@ RDEPEND="
|
|||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${PN}-1.3.0-flags.patch" )
|
PATCHES=( "${FILESDIR}/${PN}-1.3.0-flags.patch" )
|
||||||
|
|
||||||
python_configure_all() {
|
|
||||||
filter-lto # incorrectly links extensions
|
|
||||||
}
|
|
||||||
|
|
||||||
python_install() {
|
python_install() {
|
||||||
distutils-r1_python_install
|
distutils-r1_python_install
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
|
|||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{12..14} )
|
PYTHON_COMPAT=( python3_{12..14} )
|
||||||
|
|
||||||
inherit distutils-r1 flag-o-matic optfeature wrapper
|
inherit distutils-r1 optfeature wrapper
|
||||||
|
|
||||||
DESCRIPTION="Feature rich Discord TUI client"
|
DESCRIPTION="Feature rich Discord TUI client"
|
||||||
HOMEPAGE="https://github.com/sparklost/endcord"
|
HOMEPAGE="https://github.com/sparklost/endcord"
|
||||||
@@ -23,8 +23,6 @@ fi
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT=0
|
SLOT=0
|
||||||
|
|
||||||
RESTRICT="strip"
|
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-python/cython-3.2.4[${PYTHON_USEDEP}]
|
>=dev-python/cython-3.2.4[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
@@ -49,10 +47,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.0-flags.patch" )
|
|||||||
|
|
||||||
DOCS=( README.md docs/ )
|
DOCS=( README.md docs/ )
|
||||||
|
|
||||||
python_configure_all() {
|
|
||||||
filter-lto # incorrectly links extensions
|
|
||||||
}
|
|
||||||
|
|
||||||
python_install() {
|
python_install() {
|
||||||
distutils-r1_python_install
|
distutils-r1_python_install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user