Diff lablgtk-3.1.2 with a lablgtk-3.1.3

/usr/portage/dev-ml/lablgtk/lablgtk-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
......
13 13

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

  
19 19
BDEPEND="dev-ml/camlp5"
......
26 26
RDEPEND="${DEPEND}"
27 27
PDEPEND="sourceview? ( dev-ml/lablgtk-sourceview:${SLOT} )"
28 28

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

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