Diff neomutt-20220415 with a neomutt-20230407
/usr/portage/mail-client/neomutt/neomutt-20230407.ebuild 2023-10-09 14:52:31.572368403 +0300 | ||
---|---|---|
10 | 10 |
EGIT_REPO_URI="https://github.com/neomutt/neomutt.git" |
11 | 11 |
else |
12 | 12 |
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
13 |
KEYWORDS="amd64 ~ppc64 x86" |
|
13 |
KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" |
|
14 | 14 |
fi |
15 | 15 | |
16 | 16 |
TEST_FILES_COMMIT=8629adab700a75c54e8e28bf05ad092503a98f75 |
... | ... | |
46 | 46 |
gnutls? ( >=net-libs/gnutls-1.0.17:= ) |
47 | 47 |
gpgme? ( >=app-crypt/gpgme-1.13.1:= ) |
48 | 48 |
autocrypt? ( >=dev-db/sqlite-3 ) |
49 |
idn? ( net-dns/libidn:= ) |
|
49 |
idn? ( net-dns/libidn2:= ) |
|
50 | 50 |
kerberos? ( virtual/krb5 ) |
51 | 51 |
notmuch? ( net-mail/notmuch:= ) |
52 | 52 |
sasl? ( >=dev-libs/cyrus-sasl-2 ) |
... | ... | |
109 | 109 |
"$(use_enable zlib)" |
110 | 110 |
"$(use_enable zstd)" |
111 | 111 | |
112 |
"$(use_enable idn)" |
|
112 |
--disable-idn |
|
113 |
"$(use_enable idn idn2)" |
|
113 | 114 |
"$(use_enable kerberos gss)" |
114 | 115 |
"$(use_enable lmdb)" |
115 | 116 |
"$(use_enable sasl)" |