summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-16 21:24:02 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-16 21:24:02 +0100
commit9d11c28c8d1a2e84594382c1f812c0414d4a8ac4 (patch)
tree1777d3d71f6f3e56b14443a741161608b0ac70d8 /media-video/vdr
parentmedia-sound/spotify: [QA] inherit eutils.eclass directly (diff)
downloadgentoo-9d11c28c8d1a2e84594382c1f812c0414d4a8ac4.tar.gz
gentoo-9d11c28c8d1a2e84594382c1f812c0414d4a8ac4.tar.bz2
gentoo-9d11c28c8d1a2e84594382c1f812c0414d4a8ac4.zip
media-video/vdr: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video/vdr')
-rw-r--r--media-video/vdr/vdr-2.2.0-r5.ebuild2
-rw-r--r--media-video/vdr/vdr-2.4.1-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-2.2.0-r5.ebuild b/media-video/vdr/vdr-2.2.0-r5.ebuild
index 38a44d4e8183..472f17daa0ab 100644
--- a/media-video/vdr/vdr-2.2.0-r5.ebuild
+++ b/media-video/vdr/vdr-2.2.0-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
# Switches supported by extensions-patch
EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift pinplugin
diff --git a/media-video/vdr/vdr-2.4.1-r1.ebuild b/media-video/vdr/vdr-2.4.1-r1.ebuild
index dffe1a8bd523..8cff2947749d 100644
--- a/media-video/vdr/vdr-2.4.1-r1.ebuild
+++ b/media-video/vdr/vdr-2.4.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic multilib toolchain-funcs
+inherit eutils flag-o-matic multilib toolchain-funcs
DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB"
HOMEPAGE="http://www.tvdr.de/"