Diff vdr-osdteletext-2.2.1 with a vdr-osdteletext-2.3.1

/usr/portage/media-plugins/vdr-osdteletext/vdr-osdteletext-2.3.1.ebuild 2023-10-09 14:52:31.752368407 +0300
1
# Copyright 2021 Gentoo Authors
1
# Copyright 2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit user-info vdr-plugin-2
7 7

  
......
14 14
SLOT="0"
15 15
KEYWORDS="amd64 x86"
16 16

  
17
DEPEND="media-video/vdr"
18
RDEPEND="${DEPEND}"
17
RDEPEND="acct-group/vdr
18
	acct-user/vdr
19
	media-video/vdr"
20
DEPEND="${RDEPEND}"
19 21

  
20 22
QA_FLAGS_IGNORED="
21 23
	usr/lib/vdr/plugins/libvdr-.*
Thank you!