mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -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="
|
||||
${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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user