Сравнение mailutils-3.15 с mailutils-3.16
/usr/portage/net-mail/mailutils/mailutils-3.16.ebuild 2023-10-09 14:52:34.616368479 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
5 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
6 | 6 | |
7 | 7 |
inherit autotools elisp-common flag-o-matic python-single-r1 toolchain-funcs |
8 | 8 | |
... | ... | |
12 | 12 | |
13 | 13 |
LICENSE="GPL-3+ LGPL-3+" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos" |
|
16 |
IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \ |
|
17 |
ldap mysql nls pam postgres python servers split-usr ssl static-libs +threads tcpd \ |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos" |
|
16 |
IUSE="berkdb bidi +clients emacs gdbm sasl guile kerberos kyotocabinet \ |
|
17 |
ldap mysql nls pam postgres python servers split-usr ssl static-libs test +threads tcpd \ |
|
18 | 18 |
tokyocabinet" |
19 |
RESTRICT="!test? ( test )" |
|
19 | 20 | |
20 | 21 |
RDEPEND=" |
21 | 22 |
!mail-filter/libsieve |
... | ... | |
38 | 39 |
pam? ( sys-libs/pam:= ) |
39 | 40 |
postgres? ( dev-db/postgresql:= ) |
40 | 41 |
python? ( ${PYTHON_DEPS} ) |
41 |
sasl? ( virtual/gsasl ) |
|
42 |
sasl? ( >=net-misc/gsasl-2.0.0 ) |
|
42 | 43 |
servers? ( virtual/libiconv dev-libs/libunistring:= ) |
43 | 44 |
ssl? ( net-libs/gnutls:= ) |
44 | 45 |
tcpd? ( sys-apps/tcp-wrappers ) |
... | ... | |
47 | 48 | |
48 | 49 |
DEPEND="${RDEPEND}" |
49 | 50 | |
50 |
BDEPEND="virtual/pkgconfig" |
|
51 |
BDEPEND=" |
|
52 |
virtual/pkgconfig |
|
53 |
test? ( dev-util/dejagnu ) |
|
54 |
" |
|
51 | 55 | |
52 | 56 |
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) |
53 | 57 |
servers? ( tcpd ldap )" |
... | ... | |
79 | 83 |
CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \ |
80 | 84 |
$(use_with berkdb berkeley-db) \ |
81 | 85 |
$(use_with bidi fribidi) \ |
82 |
$(use_enable ipv6) \ |
|
83 | 86 |
$(use_with gdbm) \ |
84 | 87 |
$(use_with sasl gsasl) \ |
85 | 88 |
$(use_with guile) \ |
... | ... | |
103 | 106 |
--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ |
104 | 107 |
--with-mail-spool=/var/spool/mail \ |
105 | 108 |
--with-readline \ |
109 |
--enable-ipv6 \ |
|
106 | 110 |
--enable-sendmail \ |
107 | 111 |
--disable-debug |
108 | 112 |
} |