Diff menumaker-0.99.12 with a menumaker-0.99.14

/usr/portage/x11-misc/menumaker/menumaker-0.99.14.ebuild 2023-10-09 14:52:35.940368513 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7

  
8 8
inherit autotools python-single-r1
9 9

  
......
24 24
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25 25

  
26 26
PATCHES=(
27
	"${FILESDIR}"/${P}-AM_PATH_PYTHON.patch
27
	"${FILESDIR}"/${PN}-0.99.12-AM_PATH_PYTHON.patch
28 28
)
29 29

  
30 30
src_prepare() {
Thank you!