summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-16 09:57:33 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-16 09:57:33 +0100
commit0def54f8a88af0c54ca30b03e544024e5a0e48b0 (patch)
tree5c77be062f25250575029ac0356de7f8b4316784 /dev-ml/calendars
parentdev-db/pgcli: add missing test dep to 3.1.0 (diff)
downloadgentoo-0def54f8a88af0c54ca30b03e544024e5a0e48b0.tar.gz
gentoo-0def54f8a88af0c54ca30b03e544024e5a0e48b0.tar.bz2
gentoo-0def54f8a88af0c54ca30b03e544024e5a0e48b0.zip
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 <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/calendars')
-rw-r--r--dev-ml/calendars/calendars-1.0.0.ebuild7
1 files changed, 3 insertions, 4 deletions
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 )"