Diff pp-1.1.2 with a pp-2.0.0

/usr/portage/dev-ml/pp/pp-2.0.0.ebuild 2025-02-03 17:39:32.850666998 +0300
1
# Copyright 2022-2023 Gentoo Authors
1
# Copyright 2022-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
LICENSE="MIT"
13 13
SLOT="0"
14 14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
15
IUSE="+ocamlopt"
15
IUSE="+ocamlopt test"
16
RESTRICT="!test? ( test )"
16 17

  
17
DEPEND="dev-ml/ppx_expect:=
18
	>=dev-lang/ocaml-4.08"
19
RDEPEND="${DEPEND}"
20
BDEPEND=""
18
BDEPEND="test? ( dev-ml/ppx_expect )"
Thank you!