Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
Date: Sun, 03 Apr 2022 13:29:33
Message-Id: 1648992559.83e5769546fa91b869283673e394812fb69cef95.polynomial-c@gentoo
1 commit: 83e5769546fa91b869283673e394812fb69cef95
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 13:29:19 2022 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 13:29:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e57695
7
8 mail-client/claws-mail: xdg_src_prepare no longer gets exported with EAPI-8
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 mail-client/claws-mail/claws-mail-3.19.0.ebuild | 2 +-
13 mail-client/claws-mail/claws-mail-4.1.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-client/claws-mail/claws-mail-3.19.0.ebuild b/mail-client/claws-mail/claws-mail-3.19.0.ebuild
17 index 9917a1878d89..b949c8576708 100644
18 --- a/mail-client/claws-mail/claws-mail-3.19.0.ebuild
19 +++ b/mail-client/claws-mail/claws-mail-3.19.0.ebuild
20 @@ -111,7 +111,7 @@ PATCHES=(
21 )
22
23 src_prepare() {
24 - xdg_src_prepare
25 + default
26 eautoreconf
27 }
28
29
30 diff --git a/mail-client/claws-mail/claws-mail-4.1.0.ebuild b/mail-client/claws-mail/claws-mail-4.1.0.ebuild
31 index 1df2cb6bc15d..ec4aa3009ba5 100644
32 --- a/mail-client/claws-mail/claws-mail-4.1.0.ebuild
33 +++ b/mail-client/claws-mail/claws-mail-4.1.0.ebuild
34 @@ -112,7 +112,7 @@ PATCHES=(
35 )
36
37 src_prepare() {
38 - xdg_src_prepare
39 + default
40 eautoreconf
41 }