Diff mysql-5.7.36-r1 with a mysql-5.7.40

/usr/portage/dev-db/mysql/mysql-5.7.40.ebuild 2023-10-09 14:52:29.324368346 +0300
9 9
	multiprocessing prefix toolchain-funcs multilib-minimal
10 10

  
11 11
# Patch version
12
PATCH_SET="https://dev.gentoo.org/~whissi/dist/mysql/${P}-patches-01.tar.xz"
12
PATCH_SET="https://dev.gentoo.org/~whissi/dist/mysql/${PN}-5.7.36-patches-01.tar.xz"
13 13

  
14 14
SRC_URI="https://cdn.mysql.com/Downloads/MySQL-$(ver_cut 1-2)/${PN}-boost-${PV}.tar.gz
15 15
	https://cdn.mysql.com/archives/mysql-$(ver_cut 1-2)/mysql-boost-${PV}.tar.gz
......
27 27

  
28 28
REQUIRED_USE="?? ( tcmalloc jemalloc )"
29 29

  
30
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
30
KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
31 31

  
32 32
# Shorten the path because the socket path length must be shorter than 107 chars
33 33
# and we will run a mysql server during test phase
......
246 246
	rm -rv \
247 247
		"${S}"/extra/protobuf \
248 248
		"${S}"/extra/libevent \
249
		"${S}"/zlib \
250 249
		|| die
251 250

  
252 251
	# Don't clash with dev-db/mysql-connector-c
Thank you!