diff options
Diffstat (limited to 'dev-ml/ppx_expect')
-rw-r--r-- | dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild | 15 | ||||
-rw-r--r-- | dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild | 15 |
2 files changed, 10 insertions, 20 deletions
diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild index 6fd1fa74a288..02c9a3424d8e 100644 --- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild +++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,9 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" +IUSE="+ocamlopt" +# https://bugs.gentoo.org/749291#c2 +RESTRICT="test" RDEPEND=" >=dev-ml/base-0.14.0:= @@ -26,12 +27,6 @@ RDEPEND=" dev-ml/cinaps:= dev-ml/re:= " -DEPEND="${RDEPEND} - test? ( - dev-ml/ppx_jane - )" - -# https://bugs.gentoo.org/749291#c2 -RESTRICT="test" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch ) diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild index 5463fa2ad199..64b0a9b04965 100644 --- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild +++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,9 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" +IUSE="+ocamlopt" +# https://bugs.gentoo.org/749291#c2 +RESTRICT="test" RDEPEND=" >=dev-ml/base-0.14.0:= @@ -26,10 +27,4 @@ RDEPEND=" dev-ml/cinaps:= dev-ml/re:= " -DEPEND="${RDEPEND} - test? ( - dev-ml/ppx_jane - )" - -# https://bugs.gentoo.org/749291#c2 -RESTRICT="test" +DEPEND="${RDEPEND}" |