commit: 29b5c64153c4f33fee238501457d512a8631e0e8
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 10:52:09 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 10:52:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b5c641
dev-ml/ocaml-gettext: put test in BDEPEND
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml-gettext/ocaml-gettext-0.5.0.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.5.0.ebuild
b/dev-ml/ocaml-gettext/ocaml-gettext-0.5.0.ebuild
index 49e62aac3f2e..b384d413d9a4 100644
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.5.0.ebuild
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.5.0.ebuild
@@ -16,19 +16,16 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="test" # Tests fail
-BDEPEND="
- >=dev-ml/dune-3.17
- dev-ml/cppo
- dev-ml/dune-configurator
-"
-
RDEPEND="
dev-ml/ocaml-fileutils:=[ocamlopt?]
dev-ml/dune-site:=[ocamlopt?]
sys-devel/gettext
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=dev-ml/dune-3.17
+ dev-ml/cppo
+ dev-ml/dune-configurator
test? (
dev-ml/ounit2[ocamlopt=]
dev-ml/seq[ocamlopt=]