diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2024-07-05 00:14:41 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-07-21 17:07:54 +0200 |
commit | c6686504cef64a0570190f0914e319fcdac4ccd4 (patch) | |
tree | 255a91590681889fd519bede6876ee49715acb58 /media-plugins | |
parent | media-plugins/vdr-joystick: update EAPI 7 -> 8 (diff) | |
download | gentoo-c6686504cef64a0570190f0914e319fcdac4ccd4.tar.gz gentoo-c6686504cef64a0570190f0914e319fcdac4ccd4.tar.bz2 gentoo-c6686504cef64a0570190f0914e319fcdac4ccd4.zip |
media-plugins/vdr-launcher: update EAPI 7 -> 8
fix pkgcheck issues
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild | 9 |
1 files 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() { |