diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:47:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:47:47 +0300 |
commit | af7819cc48d6fd7933c951e64c0eb2c655531578 (patch) | |
tree | 7d8893740891aa98986a0fea356b7c691bd262a1 /mail-mta | |
parent | mail-mta/exim: remove libressl support (diff) | |
download | gentoo-af7819cc48d6fd7933c951e64c0eb2c655531578.tar.gz gentoo-af7819cc48d6fd7933c951e64c0eb2c655531578.tar.bz2 gentoo-af7819cc48d6fd7933c951e64c0eb2c655531578.zip |
mail-mta/exim: fix spaces
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.93.0.4-r2.ebuild | 2 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.94-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.93.0.4-r2.ebuild b/mail-mta/exim/exim-4.93.0.4-r2.ebuild index 80f10ca7a3a2..27021c7a2f0e 100644 --- a/mail-mta/exim/exim-4.93.0.4-r2.ebuild +++ b/mail-mta/exim/exim-4.93.0.4-r2.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE=" # incorrect, but b) is the only "correct" view from repoman. SDIR=$([[ ${PV} == *_rc* ]] && echo /test - [[ ${PV} == *.*.*.* ]] && echo /fixes) + [[ ${PV} == *.*.*.* ]] && echo /fixes) COMM_URI="https://downloads.exim.org/exim4${SDIR}" DESCRIPTION="A highly configurable, drop-in replacement for sendmail" diff --git a/mail-mta/exim/exim-4.94-r2.ebuild b/mail-mta/exim/exim-4.94-r2.ebuild index 0a5ea0060b4e..0abf59832592 100644 --- a/mail-mta/exim/exim-4.94-r2.ebuild +++ b/mail-mta/exim/exim-4.94-r2.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE=" # incorrect, but b) is the only "correct" view from repoman. SDIR=$([[ ${PV} == *_rc* ]] && echo /test - [[ ${PV} == *.*.*.* ]] && echo /fixes) + [[ ${PV} == *.*.*.* ]] && echo /fixes) COMM_URI="https://downloads.exim.org/exim4${SDIR}" DESCRIPTION="A highly configurable, drop-in replacement for sendmail" |