Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/
Date: Tue, 08 Feb 2022 06:36:16
Message-Id: 1644302168.4d7663a0c023ab7cf850d23dd9dfe15eabc24b8b.eras@gentoo
1 commit: 4d7663a0c023ab7cf850d23dd9dfe15eabc24b8b
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 06:35:39 2022 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 06:36:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7663a0
7
8 mail-mta/postfix: remove unnecessary patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
12
13 mail-mta/postfix/{postfix-3.6.5.ebuild => postfix-3.6.5-r1.ebuild} | 4 ----
14 1 file changed, 4 deletions(-)
15
16 diff --git a/mail-mta/postfix/postfix-3.6.5.ebuild b/mail-mta/postfix/postfix-3.6.5-r1.ebuild
17 similarity index 99%
18 rename from mail-mta/postfix/postfix-3.6.5.ebuild
19 rename to mail-mta/postfix/postfix-3.6.5-r1.ebuild
20 index 16ec4506ca6e..53a7ebbda4a1 100644
21 --- a/mail-mta/postfix/postfix-3.6.5.ebuild
22 +++ b/mail-mta/postfix/postfix-3.6.5-r1.ebuild
23 @@ -57,10 +57,6 @@ REQUIRED_USE="ldap-bind? ( ldap sasl )"
24
25 S="${WORKDIR}/${MY_SRC}"
26
27 -PATCHES=(
28 - "${FILESDIR}/${PN}-glibc-2.34.patch"
29 -)
30 -
31 src_prepare() {
32 default
33 sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \