commit:     1b8928a1d87ed1068f98b0a06fa35fd0c823db79
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 21:03:02 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 21:03:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8928a1

dev-ml/ppx_expect: drop dependency on test (RESTRICT)

Closes: https://bugs.gentoo.org/749291
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild | 15 +++++----------
 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}"

Reply via email to