games-util/mangohud: fix deps problem

Signed-off-by: 123485k <1758961307@qq.com>
This commit is contained in:
123485k
2024-12-27 00:48:27 +08:00
parent fba6c30c46
commit 0b4fcbfa8c
2 changed files with 9 additions and 7 deletions

View File

@@ -79,9 +79,10 @@ DEPEND="
RDEPEND="
${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[qt5(-),${PYTHON_USEDEP}]
dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]
@@ -91,8 +92,8 @@ RDEPEND="
"
src_unpack() {
# Since the package dosent compile with lto (for LLVM at least) just filter it
filter-lto
# Since the package dosent compile with lto (for LLVM at least) just filter it
filter-lto
default

View File

@@ -79,9 +79,10 @@ DEPEND="
RDEPEND="
${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[qt5(-),${PYTHON_USEDEP}]
dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]
@@ -91,7 +92,7 @@ RDEPEND="
"
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
default