summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/re/re-1.9.0.ebuild4
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" )