Skip to content

Commit

Permalink
dev-ml/mew: add missing test depedndencies
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/828560
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Dec 8, 2021
1 parent 7a5a010 commit 71c2f84
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ SRC_URI="https://github.com/kandu/mew/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="
dev-ml/result:=
dev-ml/trie:=
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-ml/ppx_expect )"

0 comments on commit 71c2f84

Please sign in to comment.