diff options
author | Sam James <sam@gentoo.org> | 2020-08-18 10:44:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-18 10:44:21 +0000 |
commit | 654d9d598347aafcbfd15b9b64e26fb67b7bd506 (patch) | |
tree | b00cd32c3a153bfdae00894c83d2c163175723c1 /mail-mta/sendmail/sendmail-8.16.1.ebuild | |
parent | net-libs/libpcap: Old (diff) | |
download | gentoo-654d9d598347aafcbfd15b9b64e26fb67b7bd506.tar.gz gentoo-654d9d598347aafcbfd15b9b64e26fb67b7bd506.tar.bz2 gentoo-654d9d598347aafcbfd15b9b64e26fb67b7bd506.zip |
mail-mta/sendmail: fix patch path
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta/sendmail/sendmail-8.16.1.ebuild')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild b/mail-mta/sendmail/sendmail-8.16.1.ebuild index fc5113138ed1..02b31ff3c1c2 100644 --- a/mail-mta/sendmail/sendmail-8.16.1.ebuild +++ b/mail-mta/sendmail/sendmail-8.16.1.ebuild @@ -46,7 +46,7 @@ RDEPEND="${DEPEND} PDEPEND="!mbox? ( mail-filter/procmail )" src_prepare() { - eapply "${FILESDIR}"/"${PN}"-8.14.6-build-system.patch + eapply "${FILESDIR}"/"${PN}"-8.16.1-build-system.patch eapply -p0 "${FILESDIR}"/sendmail-delivered_hdr.patch local confCC="$(tc-getCC)" |