diff options
author | David Seifert <soap@gentoo.org> | 2020-04-26 12:58:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-26 12:58:34 +0200 |
commit | 5cf1912d90d174974ec43c625281a7ca14b019f5 (patch) | |
tree | bb217f5e2001151a0722df1e35dc9fa3c82f5fcf /media-video | |
parent | media-video/cinelerra: Replace virtual/ffmpeg (diff) | |
download | gentoo-5cf1912d90d174974ec43c625281a7ca14b019f5.tar.gz gentoo-5cf1912d90d174974ec43c625281a7ca14b019f5.tar.bz2 gentoo-5cf1912d90d174974ec43c625281a7ca14b019f5.zip |
media-video/dv2sub: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dv2sub/dv2sub-0.3-r1.ebuild (renamed from media-video/dv2sub/dv2sub-0.3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/dv2sub/dv2sub-0.3.ebuild b/media-video/dv2sub/dv2sub-0.3-r1.ebuild index bed7d5473ffa..a45a239bcfd4 100644 --- a/media-video/dv2sub/dv2sub-0.3.ebuild +++ b/media-video/dv2sub/dv2sub-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ RDEPEND="${DEPEND} kino? ( media-video/kino media-video/dvdauthor - virtual/ffmpeg + media-video/ffmpeg )" src_install() { |