Diff ocaml-4.13.1 with a ocaml-4.14.0-r1

/usr/portage/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild 2023-10-09 14:52:29.468368350 +0300
1
# Copyright 1999-2022 Gentoo Authors
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 6
inherit flag-o-matic
7 7

  
......
11 11

  
12 12
LICENSE="QPL-1.0 LGPL-2"
13 13
SLOT="0/$(ver_cut 1-2)"
14
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
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

  
17 17
RDEPEND="sys-libs/binutils-libs:="
......
23 23
QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs'
24 24

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

  
29 29
src_prepare() {
......
47 47
}
48 48

  
49 49
src_configure() {
50
	filter-lto #bug 870349
50 51
	local opt=(
51 52
		--bindir="${EPREFIX}/usr/bin"
52 53
		--libdir="${EPREFIX}/usr/$(get_libdir)/ocaml"
Thank you!