Diff xdg-desktop-portal-wlr-0.6.0 with a xdg-desktop-portal-wlr-0.7.0

/usr/portage/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild 2023-10-09 14:52:31.176368393 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit meson
7 7

  
......
17 17
fi
18 18

  
19 19
LICENSE="MIT"
20
SLOT="0/9999"
20
SLOT="0"
21 21
IUSE="elogind systemd"
22 22
REQUIRED_USE="?? ( elogind systemd )"
23 23

  
24 24
DEPEND="
25
	>=media-video/pipewire-0.3.41:=
25
	>=media-video/pipewire-0.3.62:=
26 26
	dev-libs/inih
27 27
	dev-libs/wayland
28 28
	media-libs/mesa
Thank you!