Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/
Date: Wed, 01 Mar 2023 06:10:21
Message-Id: 1677651008.078a5fae25c54ca1836e8d80c5a3e12335e7ce3d.sam@gentoo
1 commit: 078a5fae25c54ca1836e8d80c5a3e12335e7ce3d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 06:09:53 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 06:10:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078a5fae
7
8 app-crypt/seahorse: actually apply musl patch
9
10 Fixes: 53225c643c193984d24283eb9050fe176cd2f101
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-crypt/seahorse/seahorse-43.0-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-crypt/seahorse/seahorse-43.0-r1.ebuild b/app-crypt/seahorse/seahorse-43.0-r1.ebuild
17 index 5ddc7732673b..496566b5b5de 100644
18 --- a/app-crypt/seahorse/seahorse-43.0-r1.ebuild
19 +++ b/app-crypt/seahorse/seahorse-43.0-r1.ebuild
20 @@ -49,6 +49,7 @@ BDEPEND="
21
22 PATCHES=(
23 "${FILESDIR}"/${P}-gnupg-2.4.patch
24 + "${FILESDIR}"/${P}-musl-stdout.patch
25 )
26
27 src_prepare() {