Сравнение sendEmail-1.56-r2 с sendEmail-1.56-r3
/usr/portage/net-mail/sendEmail/sendEmail-1.56-r3.ebuild 2023-10-09 14:52:34.620368479 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
MY_P="${PN}-v${PV}" |
7 | 7 |
DESCRIPTION="Command line based, SMTP email agent" |
... | ... | |
22 | 22 |
PATCHES=( |
23 | 23 |
"${FILESDIR}"/${PV}-overzealous-version-check.patch |
24 | 24 |
"${FILESDIR}"/${PV}-overzealous-verify-mode-check.patch |
25 |
"${FILESDIR}"/${PV}-openssl-1.1.patch |
|
25 | 26 |
) |
26 | 27 | |
27 | 28 |
src_install() { |