Diff extlib-1.7.7 with a extlib-1.7.7-r1

/usr/portage/dev-ml/extlib/extlib-1.7.7-r1.ebuild 2023-10-09 14:52:29.788368358 +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 findlib vcs-clean
7 7

  
......
11 11

  
12 12
LICENSE="LGPL-2.1"
13 13
SLOT="0/${PV}"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
15 15
IUSE="doc +ocamlopt"
16 16

  
17 17
# See bug #704146
......
21 21

  
22 22
PATCHES=(
23 23
	"${FILESDIR}"/${PN}-1.7.7-no-git.patch
24
	"${FILESDIR}"/0001-Add-support-for-OCaml-4.12.patch
25
	"${FILESDIR}"/0002-caml_hash_univ_param-was-removed-for-OCaml-pre-4.00-.patch
24 26
)
25 27

  
26 28
S="${WORKDIR}/ocaml-${P}"
Thank you!