Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vkcapture/
Date: Thu, 23 Sep 2021 06:45:21
Message-Id: 1632226966.b66514fb7db17cb7c074db020aff1d9dfa1f5660.arthurzam@gentoo
1 commit: b66514fb7db17cb7c074db020aff1d9dfa1f5660
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Tue Sep 21 12:22:46 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 12:22:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b66514fb
7
8 media-video/obs-vkcapture: fix dependencies
9
10 Closes: https://bugs.gentoo.org/814155
11
12 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
13
14 media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild | 4 ++--
15 media-video/obs-vkcapture/obs-vkcapture-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
19 index 302d65496..98223dfc4 100644
20 --- a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
21 +++ b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
22 @@ -26,11 +26,11 @@ BDEPEND="
23 dev-util/vulkan-headers
24 media-libs/shaderc
25 media-libs/vulkan-loader
26 - >=media-video/obs-studio-27
27 + >=media-video/obs-studio-27[wayland]
28 "
29 RDEPEND="
30 media-libs/libglvnd
31 - >=media-video/obs-studio-27
32 + >=media-video/obs-studio-27[wayland]
33 x11-libs/libxcb:=
34 "
35
36
37 diff --git a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild
38 index 302d65496..98223dfc4 100644
39 --- a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild
40 +++ b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild
41 @@ -26,11 +26,11 @@ BDEPEND="
42 dev-util/vulkan-headers
43 media-libs/shaderc
44 media-libs/vulkan-loader
45 - >=media-video/obs-studio-27
46 + >=media-video/obs-studio-27[wayland]
47 "
48 RDEPEND="
49 media-libs/libglvnd
50 - >=media-video/obs-studio-27
51 + >=media-video/obs-studio-27[wayland]
52 x11-libs/libxcb:=
53 "