commit: 8b4cc72a774ae098264cac469ca9aaf76b9d62dc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 02:05:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 02:05:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4cc72a
dev-ml/bos: use BDEPEND in EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/bos/bos-0.2.0.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-ml/bos/bos-0.2.0.ebuild b/dev-ml/bos/bos-0.2.0.ebuild
index 48d5b153707..f1bcc15aeb1 100644
--- a/dev-ml/bos/bos-0.2.0.ebuild
+++ b/dev-ml/bos/bos-0.2.0.ebuild
@@ -13,20 +13,17 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="
- dev-lang/ocaml:=
+RDEPEND="dev-lang/ocaml:=
dev-ml/rresult:=
dev-ml/astring:=
dev-ml/fpath:=
dev-ml/fmt:=
- dev-ml/logs:=
-"
-DEPEND="${RDEPEND}
- dev-ml/findlib
+ dev-ml/logs:="
+DEPEND="${RDEPEND}"
+BDEPEND="dev-ml/findlib
dev-ml/ocamlbuild
dev-ml/topkg
- test? ( dev-ml/mtime )
-"
+ test? ( dev-ml/mtime )"
src_compile() {
ocaml pkg/pkg.ml build --tests $(usex test true false) || die