diff options
author | Patrick Lauer <patrick@gentoo.org> | 2023-06-12 08:22:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-06-12 08:22:25 +0000 |
commit | 0f0faf077d6c2d22bd8b028dbe44e6c88365d89c (patch) | |
tree | 41ede2790bbc4164af31c78c42ad412e887eadc5 /media-video/movit | |
parent | dev-perl/Type-Tiny: Keyword 2.2.1-r1 s390, #908280 (diff) | |
download | gentoo-0f0faf077d6c2d22bd8b028dbe44e6c88365d89c.tar.gz gentoo-0f0faf077d6c2d22bd8b028dbe44e6c88365d89c.tar.bz2 gentoo-0f0faf077d6c2d22bd8b028dbe44e6c88365d89c.zip |
media-video/movit: Improve libexpoxy dep
Closes: https://bugs.gentoo.org/908393
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'media-video/movit')
-rw-r--r-- | media-video/movit/movit-1.6.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/movit/movit-1.6.3-r1.ebuild b/media-video/movit/movit-1.6.3-r1.ebuild index bc9144f4e5d9..a874a7ac114f 100644 --- a/media-video/movit/movit-1.6.3-r1.ebuild +++ b/media-video/movit/movit-1.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ RESTRICT="test" RDEPEND="media-libs/mesa[X(+)] >=dev-cpp/eigen-3.2.0:3 - media-libs/libepoxy[egl] + media-libs/libepoxy[egl,X] >=sci-libs/fftw-3:= media-libs/libsdl2" DEPEND="${RDEPEND}" |