Diff libuvc-0.0.6-r2 with a libuvc-0.0.7

/usr/portage/media-libs/libuvc/libuvc-0.0.7.ebuild 2023-10-09 14:52:31.696368406 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14
KEYWORDS="~amd64 ~arm64 ~x86"
15 15

  
16 16
RDEPEND="
17
	virtual/jpeg:0
17
	media-libs/libjpeg-turbo
18 18
	virtual/libusb:1
19 19
	virtual/udev"
20 20
DEPEND="${RDEPEND}"
21 21
BDEPEND="virtual/pkgconfig"
22 22

  
23
PATCHES=( "${FILESDIR}"/${PN}-0.0.6-GNUInstallDirs.patch )
24 23
DOCS=( changelog.txt README.md )
25 24

  
26 25
src_configure() {
Thank you!