mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
cdc7a0e173
commit
bfd5fd4c12
@ -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" )
|
||||
Loading…
x
Reference in New Issue
Block a user