mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-mta/sendmail: fix SRC_URI indentation
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -13,9 +13,9 @@ HOMEPAGE="https://www.sendmail.org/"
|
||||
if [[ -n $(ver_cut 4) ]] ; then
|
||||
# Snapshots have an extra version component (e.g. 8.17.1 vs 8.17.1.9)
|
||||
SRC_URI="
|
||||
https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz
|
||||
verify-sig? ( https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz.sig )
|
||||
"
|
||||
https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz
|
||||
verify-sig? ( https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz.sig )
|
||||
"
|
||||
fi
|
||||
|
||||
SRC_URI+="
|
||||
|
||||
@@ -13,9 +13,9 @@ HOMEPAGE="https://www.sendmail.org/"
|
||||
if [[ -n $(ver_cut 4) ]] ; then
|
||||
# Snapshots have an extra version component (e.g. 8.17.1 vs 8.17.1.9)
|
||||
SRC_URI="
|
||||
https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz
|
||||
verify-sig? ( https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz.sig )
|
||||
"
|
||||
https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz
|
||||
verify-sig? ( https://ftp.sendmail.org/snapshots/${PN}.${PV}.tar.gz.sig )
|
||||
"
|
||||
fi
|
||||
|
||||
SRC_URI+="
|
||||
|
||||
Reference in New Issue
Block a user