summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-16 17:59:18 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-16 17:59:18 +0100
commit5b7e2ec3b7d4566a55d1570aaeb08938ae73dec1 (patch)
treee7110455ffccaec85a71e1e9633d0e25a701a9c4 /dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild
parentdev-python/pymongo: Remove old (diff)
downloadgentoo-5b7e2ec3b7d4566a55d1570aaeb08938ae73dec1.tar.gz
gentoo-5b7e2ec3b7d4566a55d1570aaeb08938ae73dec1.tar.bz2
gentoo-5b7e2ec3b7d4566a55d1570aaeb08938ae73dec1.zip
dev-python/matplotlib: Also skip ffmpeg on hppa
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild')
-rw-r--r--dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild
index 98ae411e2a85..11da974b1fee 100644
--- a/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild
@@ -112,12 +112,12 @@ BDEPEND="
test? (
dev-python/psutil[${PYTHON_USEDEP}]
>=dev-python/tornado-6.0.4[${PYTHON_USEDEP}]
- !s390? (
+ !hppa? ( !s390? (
|| (
media-video/ffmpeg[openh264]
media-video/ffmpeg[x264]
)
- )
+ ) )
gtk3? (
>=dev-python/pygobject-3.40.1-r1:3[cairo?,${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]