Diff moe-1.12 with a moe-1.14

/usr/portage/app-editors/moe/moe-1.14.ebuild 2024-12-25 14:59:47.067270039 +0300
5 5

  
6 6
inherit toolchain-funcs unpacker
7 7

  
8
DESCRIPTION="A powerful and user-friendly console text editor"
8
DESCRIPTION="Powerful and user-friendly console text editor"
9 9
HOMEPAGE="https://www.gnu.org/software/moe/"
10 10
SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
11 11

  
......
19 19
	$(unpacker_src_uri_depends)
20 20
	virtual/pkgconfig"
21 21

  
22
PATCHES=( "${FILESDIR}"/${PN}-1.12-respect-user-flags.patch )
22
PATCHES=( "${FILESDIR}"/${P}-respect-user-flags.patch )
23 23

  
24 24
src_configure() {
25 25
	tc-export CXX PKG_CONFIG
Thank you!