media-plugins/vdr-scheduler: update EAPI 7 -> 8

introduce subslot dependency on media-video/vdr

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/44238
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer 2025-10-18 19:50:16 +02:00 committed by Sam James
parent cdc7a0e173
commit bfd5fd4c12
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit vdr-plugin-2
@ -9,10 +9,11 @@ DESCRIPTION="VDR plugin: allows to control externel jobs from within VDR"
HOMEPAGE="http://winni.vdr-developer.org/scheduler/index.html"
SRC_URI="http://winni.vdr-developer.org/scheduler/downloads/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=media-video/vdr-2.3.5"
DEPEND=">=media-video/vdr-2.3.5:="
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/vdr-2.3.5_compat.patch" )