Diff lablgtk-sourceview-3.1.2 with a lablgtk-sourceview-3.1.3

/usr/portage/dev-ml/lablgtk-sourceview/lablgtk-sourceview-3.1.3.ebuild 2023-10-09 14:52:29.792368358 +0300
1
# Copyright 2019-2022 Gentoo Authors
1
# Copyright 2019-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15

  
16 16
LICENSE="LGPL-2.1-with-linking-exception"
17 17
SLOT="3/${PV}"
18
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
18
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
19 19
IUSE="+ocamlopt"
20 20

  
21 21
DEPEND="
......
25 25
"
26 26
RDEPEND="${DEPEND}"
27 27

  
28
src_prepare() {
29
	default
30
	echo "(version ${PV})" >> "${S}"/dune-project || die
31
}
32

  
33 28
src_compile() {
34 29
	dune build --profile release -p ${DUNE_PKG_NAME} || die
35 30
}
Thank you!