Diff vdr-dvdswitch-0.2.2 with a vdr-dvdswitch-0.2.3

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

  
4 4
EAPI=7
5 5

  
6 6
inherit vdr-plugin-2
7 7

  
8
VERSION="1323" # every bump, new version
8
VERSION="2084" # every bump, new version
9 9

  
10 10
DESCRIPTION="VDR Plugin: to play dvds and dvd file structures"
11 11
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch"
......
16 16
KEYWORDS="amd64 x86"
17 17
IUSE=""
18 18

  
19
DEPEND=">=media-video/vdr-2"
19
DEPEND="media-video/vdr"
20 20
RDEPEND="media-plugins/vdr-dvd"
21 21

  
22 22
DEFAULT_IMAGE_DIR="/var/vdr/video/dvd-images"
Thank you!