Сравнение neomutt-20251211-r1 с neomutt-99999999

/usr/portage/mail-client/neomutt/neomutt-99999999.ebuild 2026-01-08 10:18:06.025684311 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
29 29
	gnutls? ( !ssl )
30 30
	ssl? ( !gnutls )
31 31
"
32

  
32 33
CDEPEND="
33 34
	app-misc/mime-types
34 35
	berkdb? (
......
87 88
}
88 89

  
89 90
src_configure() {
90
	# fix typo found right after release:
91
	# https://github.com/neomutt/neomutt/commit/cddbd189aab68f1978ef0e361217514ec94321b3
92
	sed -i 's/-smine/-smime/' "${S}"/smime/Makefile.autosetup
93

  
94 91
	local myconf=(
95 92
		"$(usex doc --full-doc --disable-doc)"
96 93
		"$(use_enable nls)"
Спасибо!