From 5b7e2ec3b7d4566a55d1570aaeb08938ae73dec1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 16 Dec 2023 17:59:18 +0100 Subject: dev-python/matplotlib: Also skip ffmpeg on hppa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild') 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] -- cgit v1.2.3-65-gdbad