Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/movit/
Date: Sat, 09 Jan 2021 10:36:20
Message-Id: 1610188563.6a3c2b17dfb7068cad69fb9d505e7bd436df5419.sam@gentoo
1 commit: 6a3c2b17dfb7068cad69fb9d505e7bd436df5419
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 09:59:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 10:36:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3c2b17
7
8 media-video/movit: fix MissingUnpackerDep
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-video/movit/movit-1.6.2.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/media-video/movit/movit-1.6.2.ebuild b/media-video/movit/movit-1.6.2.ebuild
17 index 13006461570..8b00c734b0f 100644
18 --- a/media-video/movit/movit-1.6.2.ebuild
19 +++ b/media-video/movit/movit-1.6.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -25,7 +25,10 @@ RDEPEND="media-libs/mesa[X(+)]
27 >=sci-libs/fftw-3
28 media-libs/libsdl2
29 "
30 -DEPEND="${RDEPEND}"
31 +DEPEND="
32 + ${RDEPEND}
33 + app-arch/unzip
34 +"
35
36 src_configure() {
37 econf --disable-static