Diff mafft-7.490 with a mafft-7.525

/usr/portage/sci-biology/mafft/mafft-7.525.ebuild 2025-11-10 18:18:05.287864856 +0300
1
# Copyright 1999-2022 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
......
16 16
SLOT="0"
17 17
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
18 18

  
19
PATCHES=(
20
	"${FILESDIR}"/${PN}-7.525-c23.patch
21
)
22

  
19 23
src_prepare() {
20 24
	default
21 25

  
......
58 62

  
59 63
src_install() {
60 64
	emake -C core DESTDIR="${D}" STRIP=":" PREFIX="${EPREFIX}"/usr install
61
	dodoc readme
65
	dodoc README.md
62 66
}
Thank you!