Diff vdr-noepg-0.0.4 with a vdr-noepg-0.0.5

/usr/portage/media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild 2023-10-09 14:52:31.752368407 +0300
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
13 13
KEYWORDS="~amd64 ~x86"
14 14
SLOT="0"
15 15
LICENSE="GPL-2"
16
IUSE=""
17 16

  
18
DEPEND=">=media-video/vdr-2.0.0"
19
RDEPEND="${DEPEND}"
17
DEPEND="media-video/vdr"
20 18

  
21 19
S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}"
Thank you!