From 0def54f8a88af0c54ca30b03e544024e5a0e48b0 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 16 Jan 2021 09:57:33 +0100 Subject: dev-ml/calendars: add dep Closes: https://bugs.gentoo.org/765577 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone --- dev-ml/calendars/calendars-1.0.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-ml/calendars') diff --git a/dev-ml/calendars/calendars-1.0.0.ebuild b/dev-ml/calendars/calendars-1.0.0.ebuild index 28cca2f0c60d..23b2fd6daec4 100644 --- a/dev-ml/calendars/calendars-1.0.0.ebuild +++ b/dev-ml/calendars/calendars-1.0.0.ebuild @@ -13,8 +13,7 @@ SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" +DEPEND="test? ( dev-ml/ounit2 )" -- cgit v1.2.3-65-gdbad