Diff ocaml-4.14.0-r1 with a ocaml-4.14.1

/usr/portage/dev-lang/ocaml/ocaml-4.14.1.ebuild 2023-10-09 14:52:29.468368350 +0300
10 10
DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles"
11 11

  
12 12
LICENSE="QPL-1.0 LGPL-2"
13
SLOT="0/$(ver_cut 1-2)"
13
SLOT="0/${PV}"
14 14
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
15 15
IUSE="emacs flambda latex +ocamlopt xemacs"
16 16

  
......
22 22

  
23 23
QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs'
24 24

  
25
PATCHES=(
26
	"${FILESDIR}"/${PN}-4.14.0-clang.patch
27
)
28

  
29 25
src_prepare() {
30 26
	default
31 27

  
Thank you!