commit:     36ca467372885150c80e717620523b31e812fae9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 09:32:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 09:32:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ca4673

dev-ml/re: MissingTestRestrict

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/re/re-1.9.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.9.0.ebuild b/dev-ml/re/re-1.9.0.ebuild
index 28f3f672a06..81530dd5553 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" )

Reply via email to