Diff teamviewer-15.34.4 with a teamviewer-15.42.4

/usr/portage/net-misc/teamviewer/teamviewer-15.42.4.ebuild 2023-10-09 14:52:34.712368482 +0300
1
# Copyright 2021-2022 Gentoo Authors
1
# Copyright 2021-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
19 19
LICENSE="TeamViewer MIT"
20 20
SLOT="0"
21 21
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
22
RESTRICT="bindist mirror"
22
RESTRICT="bindist mirror strip"
23 23

  
24 24
# Unpack will fail without app-arch/xz-utils[extra-filters], bug #798027
25 25
BDEPEND="app-arch/xz-utils[extra-filters]"
Thank you!