diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2024-05-12 13:16:13 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-06-10 15:45:23 +0300 |
commit | 606f8c60c9ad83f4c78e77c3850f1be492d89670 (patch) | |
tree | af9d836fb07fd5c22a6263a677c46a06e6eda083 /media-plugins | |
parent | media-plugins/vdr-epgsync: update EAPI 7 -> 8 (diff) | |
download | gentoo-606f8c60c9ad83f4c78e77c3850f1be492d89670.tar.gz gentoo-606f8c60c9ad83f4c78e77c3850f1be492d89670.tar.bz2 gentoo-606f8c60c9ad83f4c78e77c3850f1be492d89670.zip |
media-plugins/vdr-exec: update EAPI 7 -> 8
fix pkgcheck issues
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/36654
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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" ) |