Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/
Date: Sat, 17 Aug 2019 23:02:30
Message-Id: 1566082922.13e24a1bcec8b83d3f847c389705e41ae40800cb.asturm@gentoo
1 commit: 13e24a1bcec8b83d3f847c389705e41ae40800cb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 22:34:54 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 23:02:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e24a1b
7
8 sys-apps/xdg-desktop-portal: Add missing slot operator
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild
17 index 1f9c77901d4..c9353705971 100644
18 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild
19 +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild
20 @@ -28,7 +28,7 @@ DEPEND="
21 dev-libs/json-glib
22 sys-fs/fuse:0
23 geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
24 - screencast? ( media-video/pipewire )
25 + screencast? ( media-video/pipewire:= )
26 "
27 RDEPEND="${DEPEND}"