commit: a90b6950a1f7b533e7d623f689afa816388942af Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Thu May 2 16:05:11 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 06:56:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90b6950
media-plugins/vdr-beep: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild b/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild index c0552b94982e..3710dba450f1 100644 --- a/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild +++ b/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 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,7 +12,6 @@ SRC_URI="http://vdr.websitec.de/download/vdr-beep/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND=">=media-video/vdr-1.6.0" -DEPEND="${RDEPEND}" +DEPEND="media-video/vdr" +RDEPEND="${DEPEND}"
