From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild') 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}" -- cgit v1.2.3