commit: ce83476f8ea99b31112096f73b848af28d50e2a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 02:50:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 03:33:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce83476f
dev-ml/ocaml-gettext: fixup deps
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
index d9e81851498..9a2746a6bbd 100644
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,14 +21,14 @@ BDEPEND="
dev-ml/dune-configurator
"
RDEPEND="
- dev-ml/base:=
- >=dev-ml/camomile-0.8.3:=
- >=dev-ml/ocaml-fileutils-0.4.0:=
+ dev-ml/base:=[ocamlopt=]
+ >=dev-ml/camomile-0.8.3:=[ocamlopt=]
+ >=dev-ml/ocaml-fileutils-0.4.0:=[ocamlopt=]
sys-devel/gettext
"
DEPEND="
${RDEPEND}
- test? ( dev-ml/ounit )
+ test? ( dev-ml/ounit[ocamlopt=] )
"
src_install() {