commit: c6686504cef64a0570190f0914e319fcdac4ccd4 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Thu Jul 4 22:14:41 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 15:07:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6686504
media-plugins/vdr-launcher: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild index c58dd8889dcc..dff52aa7af89 100644 --- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild +++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 @@ -9,12 +9,11 @@ DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hi HOMEPAGE="http://winni.vdr-developer.org/launcher/" SRC_URI="http://winni.vdr-developer.org/launcher/downloads/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=media-video/vdr-1.3.7" +DEPEND="media-video/vdr" RDEPEND="${DEPEND}" src_prepare() {
