summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2024-05-11 12:56:05 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-06-10 15:45:22 +0300
commita39295d7fe95cdc2632429590af75e936627795e (patch)
treeb98b9f8e74d1c3daa4d72e279abe12d1e8233e22 /media-plugins/vdr-dvbsddevice
parentmedia-plugins/vdr-actuator: update EAPI 7 -> 8 (diff)
downloadgentoo-a39295d7fe95cdc2632429590af75e936627795e.tar.gz
gentoo-a39295d7fe95cdc2632429590af75e936627795e.tar.bz2
gentoo-a39295d7fe95cdc2632429590af75e936627795e.zip
media-plugins/vdr-dvbsddevice: update EAPI 7 -> 8
Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-dvbsddevice')
-rw-r--r--media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild
index c0e681720061..43cc768ddc14 100644
--- a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild
+++ b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit vdr-plugin-2
@@ -9,11 +9,11 @@ DESCRIPTION="VDR Plugin: output device for the 'Full Featured' SD DVB Card"
HOMEPAGE="http://www.tvdr.de/"
SRC_URI="http://ftp.tvdr.de/Plugins/${P}.tgz"
-KEYWORDS="amd64 x86"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 x86"
-DEPEND=">=media-video/vdr-2.2.0"
+DEPEND="media-video/vdr"
RDEPEND="${DEPEND}"
src_install() {