media-plugins/vdr-rpihddevice: Replace virtual/ffmpeg
authorDavid Seifert <soap@gentoo.org>
Sun, 26 Apr 2020 11:05:14 +0000 (13:05 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Apr 2020 11:05:14 +0000 (13:05 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild

index 4e227c3020e86fd41ac1a71d8e6ac04d7bec3ec1..bf5ba349408d31eaee20dce96d6ef48aad8c474f 100644 (file)
@@ -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 @@ LICENSE="GPL-2"
 
 DEPEND="media-libs/raspberrypi-userland
                media-video/vdr
-               virtual/ffmpeg"
+               media-video/ffmpeg"
 
 src_prepare()
 {
index 1a096aa3435856b18e5ad6cebf643c9580685eb9..ee3ca8918ebc65fdd63a261101791580823b80be 100644 (file)
@@ -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 @@ LICENSE="GPL-2"
 
 DEPEND="media-libs/raspberrypi-userland
                media-video/vdr
-               virtual/ffmpeg"
+               media-video/ffmpeg"
 
 src_prepare() {
        sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed"