diff options
author | Sam James <sam@gentoo.org> | 2020-10-17 09:32:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-17 09:32:11 +0000 |
commit | 36ca467372885150c80e717620523b31e812fae9 (patch) | |
tree | 9cc96c79aa9faea938c16f1401656bb19ca44784 /dev-ml/re | |
parent | dev-ml/ocamlgraph: fix MissingUseDepDefault (diff) | |
download | gentoo-36ca467372885150c80e717620523b31e812fae9.tar.gz gentoo-36ca467372885150c80e717620523b31e812fae9.tar.bz2 gentoo-36ca467372885150c80e717620523b31e812fae9.zip |
dev-ml/re: MissingTestRestrict
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/re')
-rw-r--r-- | dev-ml/re/re-1.9.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/re/re-1.9.0.ebuild b/dev-ml/re/re-1.9.0.ebuild index 28f3f672a069..81530dd5553c 100644 --- a/dev-ml/re/re-1.9.0.ebuild +++ b/dev-ml/re/re-1.9.0.ebuild @@ -8,16 +8,18 @@ inherit dune DESCRIPTION="Regular expression library for OCaml" HOMEPAGE="https://github.com/ocaml/ocaml-re" SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ocaml-${P}.tar.gz" +S="${WORKDIR}/ocaml-${P}" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" RDEPEND="!dev-ml/ocaml-re dev-ml/seq:= " DEPEND="${RDEPEND} test? ( dev-ml/ounit )" -S="${WORKDIR}/ocaml-${P}" + PATCHES=( "${FILESDIR}/ounit2.patch" ) |