From 606f8c60c9ad83f4c78e77c3850f1be492d89670 Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sun, 12 May 2024 13:16:13 +0200 Subject: media-plugins/vdr-exec: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer Closes: https://github.com/gentoo/gentoo/pull/36654 Signed-off-by: Joonas Niilola --- media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'media-plugins') diff --git a/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild b/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild index ebe187a77240..8975ed3478a0 100644 --- a/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild +++ b/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 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 @@ -12,9 +12,8 @@ SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=media-video/vdr-1.6.0" +DEPEND="media-video/vdr" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}_compile-warnings.diff" ) -- cgit v1.2.3-65-gdbad