media-plugins/vdr-span: 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/44230
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer 2025-10-18 00:05:56 +02:00 committed by Sam James
parent 98fa4a4a29
commit adda646b76
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# 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,13 +9,13 @@ DESCRIPTION="VDR plugin: Spectrum Analyzer (SpAn)"
HOMEPAGE="http://lcr.vdr-developer.org/"
SRC_URI="http://lcr.vdr-developer.org/downloads/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-1.5.7
>=sci-libs/fftw-3.0.1"
DEPEND="
media-video/vdr:=
sci-libs/fftw"
RDEPEND="${DEPEND}"
pkg_postinst() {
@ -23,5 +23,5 @@ pkg_postinst() {
elog
elog "This plugin is meant as middleware, you need appropiate"
elog "data-provider- as well as visualization-plugins."
elog "data-provider - as well as visualization-plugins."
}