Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/
Date: Mon, 28 Jun 2021 08:38:53
Message-Id: 1624869513.32646bb6824abf79648643a564fdf6eca00ae911.gyakovlev@gentoo
1 commit: 32646bb6824abf79648643a564fdf6eca00ae911
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 05:35:31 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 08:38:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32646bb6
7
8 media-libs/tg_owt: fix patch names
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 media-libs/tg_owt/tg_owt-0_pre20210626.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild b/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild
16 index bb09043f4c2..e07ba6135d9 100644
17 --- a/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild
18 +++ b/media-libs/tg_owt/tg_owt-0_pre20210626.ebuild
19 @@ -58,10 +58,10 @@ RDEPEND="${DEPEND}"
20 BDEPEND="virtual/pkgconfig"
21
22 PATCHES=(
23 - "${FILESDIR}/tg_owt-0_pre20210604-allow-disabling-pipewire.patch"
24 - "${FILESDIR}/tg_owt-0_pre20210604-allow-disabling-X11.patch"
25 - "${FILESDIR}/tg_owt-0_pre20210604-allow-disabling-pulseaudio.patch"
26 - "${FILESDIR}/tg_owt-0_pre20210604-expose-set_allow_pipewire.patch"
27 + "${FILESDIR}/tg_owt-0_pre20210626-allow-disabling-pipewire.patch"
28 + "${FILESDIR}/tg_owt-0_pre20210626-allow-disabling-X11.patch"
29 + "${FILESDIR}/tg_owt-0_pre20210626-allow-disabling-pulseaudio.patch"
30 + "${FILESDIR}/tg_owt-0_pre20210626-expose-set_allow_pipewire.patch"
31 )
32
33 src_unpack() {