diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-19 22:03:02 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-19 22:03:02 +0100 |
commit | 1b8928a1d87ed1068f98b0a06fa35fd0c823db79 (patch) | |
tree | 5bb54b8a47c30830b5477a7025166fe87558cc8d /dev-ml/ppx_expect | |
parent | app-portage/iwdevtools: add 0.9.0 (diff) | |
download | gentoo-1b8928a1d87ed1068f98b0a06fa35fd0c823db79.tar.gz gentoo-1b8928a1d87ed1068f98b0a06fa35fd0c823db79.tar.bz2 gentoo-1b8928a1d87ed1068f98b0a06fa35fd0c823db79.zip |
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@gentoo.org>
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}" |