Сравнение imapfilter-2.7.5-r1 с imapfilter-2.7.6
/usr/portage/mail-filter/imapfilter/imapfilter-2.7.6.ebuild 2023-10-09 14:52:31.580368403 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 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 |
LUA_COMPAT=( lua5-{1..4} luajit ) |
7 | 7 | |
... | ... | |
13 | 13 | |
14 | 14 |
LICENSE="MIT" |
15 | 15 |
SLOT="0" |
16 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
16 |
KEYWORDS="amd64 ppc x86" |
|
17 | 17 | |
18 | 18 |
REQUIRED_USE="${LUA_REQUIRED_USE}" |
19 | 19 | |
20 | 20 |
RDEPEND=" |
21 |
dev-libs/openssl:0= |
|
21 |
dev-libs/openssl:= |
|
22 | 22 |
dev-libs/libpcre2 |
23 | 23 |
${LUA_DEPS}" |
24 | 24 |
DEPEND="${RDEPEND}" |
25 | 25 | |
26 | 26 |
DOCS="AUTHORS NEWS README samples/*" |
27 | 27 | |
28 |
PATCHES=( |
|
29 |
"${FILESDIR}/${PV}-prototypes.patch" |
|
30 |
) |
|
31 | ||
28 | 32 |
src_prepare() { |
29 | 33 |
default |
30 | 34 |
sed -i -e "/^PREFIX/s:/usr/local:${EPREFIX}/usr:" \ |