diff options
author | 2021-02-01 08:54:49 +0000 | |
---|---|---|
committer | 2021-02-01 10:20:19 +0000 | |
commit | 668e687a66cd5973daafcba49edc307a1fa3ba1d (patch) | |
tree | 7fc26abecbc1ff4e8a6c1892077d064dc651fc90 /media-video | |
parent | dev-libs/granite: readd ~arm on 5.5.0 (diff) | |
download | gentoo-668e687a66cd5973daafcba49edc307a1fa3ba1d.tar.gz gentoo-668e687a66cd5973daafcba49edc307a1fa3ba1d.tar.bz2 gentoo-668e687a66cd5973daafcba49edc307a1fa3ba1d.zip |
media-video/google2srt: fix MissingUnpackerDep
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/google2srt/google2srt-0.5.6-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/google2srt/google2srt-0.5.6-r1.ebuild b/media-video/google2srt/google2srt-0.5.6-r1.ebuild index 3c4143460253..4e228dc166a4 100644 --- a/media-video/google2srt/google2srt-0.5.6-r1.ebuild +++ b/media-video/google2srt/google2srt-0.5.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,8 +25,9 @@ COMMON_DEP="dev-java/jdom:0" RDEPEND=">=virtual/jre-1.6 ${COMMON_DEP}" - -DEPEND=">=virtual/jdk-1.6 +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6 ${COMMON_DEP}" S="${WORKDIR}/${MY_P}" |