mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/bos: use BDEPEND in EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user