commit: 51d0fead2685181472563e435718b7ad7b369bbb
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 11:05:14 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 11:05:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d0fead
media-plugins/vdr-rpihddevice: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild | 4 ++--
media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
index 4e227c3020e..bf5ba349408 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.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 @@ LICENSE="GPL-2"
DEPEND="media-libs/raspberrypi-userland
media-video/vdr
- virtual/ffmpeg"
+ media-video/ffmpeg"
src_prepare()
{
diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
index 1a096aa3435..ee3ca8918eb 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.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 @@ 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"