Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/
Date: Sun, 02 May 2021 08:54:05
Message-Id: 1619945267.af7819cc48d6fd7933c951e64c0eb2c655531578.zlogene@gentoo
1 commit: af7819cc48d6fd7933c951e64c0eb2c655531578
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 08:47:47 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 08:47:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7819cc
7
8 mail-mta/exim: fix spaces
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 mail-mta/exim/exim-4.93.0.4-r2.ebuild | 2 +-
14 mail-mta/exim/exim-4.94-r2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/mail-mta/exim/exim-4.93.0.4-r2.ebuild b/mail-mta/exim/exim-4.93.0.4-r2.ebuild
18 index 80f10ca7a3a..27021c7a2f0 100644
19 --- a/mail-mta/exim/exim-4.93.0.4-r2.ebuild
20 +++ b/mail-mta/exim/exim-4.93.0.4-r2.ebuild
21 @@ -25,7 +25,7 @@ REQUIRED_USE="
22 # incorrect, but b) is the only "correct" view from repoman.
23
24 SDIR=$([[ ${PV} == *_rc* ]] && echo /test
25 - [[ ${PV} == *.*.*.* ]] && echo /fixes)
26 + [[ ${PV} == *.*.*.* ]] && echo /fixes)
27 COMM_URI="https://downloads.exim.org/exim4${SDIR}"
28
29 DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
30
31 diff --git a/mail-mta/exim/exim-4.94-r2.ebuild b/mail-mta/exim/exim-4.94-r2.ebuild
32 index 0a5ea0060b4..0abf5983259 100644
33 --- a/mail-mta/exim/exim-4.94-r2.ebuild
34 +++ b/mail-mta/exim/exim-4.94-r2.ebuild
35 @@ -25,7 +25,7 @@ REQUIRED_USE="
36 # incorrect, but b) is the only "correct" view from repoman.
37
38 SDIR=$([[ ${PV} == *_rc* ]] && echo /test
39 - [[ ${PV} == *.*.*.* ]] && echo /fixes)
40 + [[ ${PV} == *.*.*.* ]] && echo /fixes)
41 COMM_URI="https://downloads.exim.org/exim4${SDIR}"
42
43 DESCRIPTION="A highly configurable, drop-in replacement for sendmail"