mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
games-util/mangohud: fix deps problem
Signed-off-by: 123485k <1758961307@qq.com>
This commit is contained in:
@@ -79,9 +79,10 @@ DEPEND="
|
|||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
mangoplot? ( $(python_gen_cond_dep '
|
mangoplot? (
|
||||||
|
media-fonts/lato
|
||||||
|
$(python_gen_cond_dep '
|
||||||
|| (
|
|| (
|
||||||
media-fonts/lato
|
|
||||||
dev-python/matplotlib[gtk3,${PYTHON_USEDEP}]
|
dev-python/matplotlib[gtk3,${PYTHON_USEDEP}]
|
||||||
dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}]
|
dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}]
|
||||||
dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]
|
dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]
|
||||||
@@ -91,8 +92,8 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
# Since the package dosent compile with lto (for LLVM at least) just filter it
|
# Since the package dosent compile with lto (for LLVM at least) just filter it
|
||||||
filter-lto
|
filter-lto
|
||||||
|
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|||||||
@@ -79,9 +79,10 @@ DEPEND="
|
|||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
mangoplot? ( $(python_gen_cond_dep '
|
mangoplot? (
|
||||||
|
media-fonts/lato
|
||||||
|
$(python_gen_cond_dep '
|
||||||
|| (
|
|| (
|
||||||
media-fonts/lato
|
|
||||||
dev-python/matplotlib[gtk3,${PYTHON_USEDEP}]
|
dev-python/matplotlib[gtk3,${PYTHON_USEDEP}]
|
||||||
dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}]
|
dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}]
|
||||||
dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]
|
dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]
|
||||||
@@ -91,7 +92,7 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
# Since the package dosent compile with lto (for LLVM at least) just filter it
|
# Since the package dosent compile with lto (for LLVM at least) just filter it
|
||||||
filter-lto
|
filter-lto
|
||||||
|
|
||||||
default
|
default
|
||||||
|
|||||||
Reference in New Issue
Block a user