commit: ab6f3889dc8ec52f9a24ab26eabf89bc17f5d8d0 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Thu Jul 4 21:23:43 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=ab6f3889
media-plugins/vdr-joystick: 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-joystick/vdr-joystick-0.0.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild index 6438dc52b0d4..1abc99bba517 100644 --- a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild +++ b/media-plugins/vdr-joystick/vdr-joystick-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 @@ -9,10 +9,9 @@ DESCRIPTION="VDR plugin: allows using a joystick as a remote control for VDR" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="media-video/vdr" RDEPEND="${DEPEND}"
