mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-ml/opam-file-format: fix RDEPEND
Closes: https://bugs.gentoo.org/961976 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -19,4 +19,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="test? ( dev-ml/alcotest )"
|
||||
RDEPEND="dev-ml/menhir:=[ocamlopt?]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? ( dev-ml/alcotest )"
|
||||
Reference in New Issue
Block a user