Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/captagent/
Date: Thu, 20 Jan 2022 14:08:24
Message-Id: 1642687692.7a4577d5a54675cd831490f2eae45a14678e6d36.sam@gentoo
1 commit: 7a4577d5a54675cd831490f2eae45a14678e6d36
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 14:07:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 14:08:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4577d5
7
8 net-voip/captagent: fix patch name
9
10 Closes: https://bugs.gentoo.org/831582
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-voip/captagent/captagent-6.3.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-voip/captagent/captagent-6.3.1-r1.ebuild b/net-voip/captagent/captagent-6.3.1-r1.ebuild
17 index 3023031778b2..b72ebf6929c4 100644
18 --- a/net-voip/captagent/captagent-6.3.1-r1.ebuild
19 +++ b/net-voip/captagent/captagent-6.3.1-r1.ebuild
20 @@ -18,7 +18,7 @@ PATCHES=(
21 # https://github.com/sipcapture/captagent/pull/239 (merged).
22 "${FILESDIR}/${P}-gcc10.patch"
23 # https://github.com/sipcapture/captagent/pull/245 (merged).
24 - "${FILESDIR}/${P}-captagent-6.3.1-r1-clang.patch"
25 + "${FILESDIR}/${PN}-6.3.1-r1-clang.patch"
26 # Already upstreamed for next version.
27 "${FILESDIR}/${P}-configure.patch"
28 )