diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 09:59:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:36:03 +0000 |
commit | 6a3c2b17dfb7068cad69fb9d505e7bd436df5419 (patch) | |
tree | c84e682c7ddd9210ed1862430184c4b301125de4 /media-video | |
parent | net-analyzer/hping: port to EAPI 7 (diff) | |
download | gentoo-6a3c2b17dfb7068cad69fb9d505e7bd436df5419.tar.gz gentoo-6a3c2b17dfb7068cad69fb9d505e7bd436df5419.tar.bz2 gentoo-6a3c2b17dfb7068cad69fb9d505e7bd436df5419.zip |
media-video/movit: fix MissingUnpackerDep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/movit/movit-1.6.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/movit/movit-1.6.2.ebuild b/media-video/movit/movit-1.6.2.ebuild index 130064615701..8b00c734b0f2 100644 --- a/media-video/movit/movit-1.6.2.ebuild +++ b/media-video/movit/movit-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,10 @@ RDEPEND="media-libs/mesa[X(+)] >=sci-libs/fftw-3 media-libs/libsdl2 " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + app-arch/unzip +" src_configure() { econf --disable-static |