Diff ppx_deriving_yojson-3.6.1-r1 with a ppx_deriving_yojson-3.7.0
/usr/portage/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.7.0.ebuild 2023-10-09 14:52:29.800368358 +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 | 4 |
EAPI=7 |
... | ... | |
16 | 16 |
RESTRICT="!test? ( test )" |
17 | 17 | |
18 | 18 |
RDEPEND=" |
19 |
>=dev-ml/ppxlib-0.20.0:= |
|
19 |
>=dev-ml/ppxlib-0.26.0:= |
|
20 | 20 |
dev-ml/ppx_deriving:= |
21 | 21 |
dev-ml/result:= |
22 | 22 |
dev-ml/yojson:= |
23 | 23 |
" |
24 | 24 |
DEPEND="${RDEPEND}" |
25 | 25 |
BDEPEND="test? ( dev-ml/ounit2 )" |
26 | ||
27 |
PATCHES=( "${FILESDIR}"/${PN}-${PV}-src_test_dune-ounit2.patch ) |