Сравнение claws-mail-4.3.1-r2 с claws-mail-9999

/usr/portage/mail-client/claws-mail/claws-mail-9999.ebuild 2025-12-16 18:18:05.253284115 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
PYTHON_COMPAT=( python3_{11..13} )
7 7

  
8
inherit desktop python-single-r1 xdg
8
inherit autotools desktop python-single-r1 xdg
9 9

  
10 10
DESCRIPTION="An email client (and news reader) based on GTK+"
11 11
HOMEPAGE="https://www.claws-mail.org/"
......
15 15
	EGIT_REPO_URI="https://git.claws-mail.org/readonly/claws.git"
16 16
else
17 17
	SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
18
	KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
18
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
19 19
fi
20 20

  
21 21
LICENSE="GPL-3"
......
64 64
		>=dev-libs/dbus-glib-0.60
65 65
		sys-apps/dbus
66 66
	)
67
	gnutls? ( >=net-libs/gnutls-3.0 )
67
	gnutls? ( >=net-libs/gnutls-3.4 )
68 68
	imap? ( >=net-libs/libetpan-0.57 )
69 69
	ldap? ( >=net-nds/openldap-2.0.7:= )
70 70
	litehtml? (
......
123 123
PATCHES=(
124 124
	"${FILESDIR}/${PN}-3.17.5-enchant-2_default.patch"
125 125
	"${FILESDIR}/${PN}-4.1.1-fix_lto.patch"
126

  
127 126
)
128 127

  
129 128
pkg_setup() {
130 129
	use python && python-single-r1_pkg_setup
131 130
}
132 131

  
132
src_prepare() {
133
	default
134
	eautoreconf
135
}
136

  
133 137
src_configure() {
134 138
	local myeconfargs=(
135 139
		--disable-bsfilter-plugin
Спасибо!