summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-12-16 18:12:57 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-12-16 18:17:34 +0100
commit5262bf8f21314031acc0d97c8d82c614a2e4591a (patch)
tree2f36c5fc35b3a99666d39ab12cd0892c7c487da7 /dev-ml
parentprofiles/sparc: Mask USE=gtk on app-crypt/gcr:4 (diff)
downloadgentoo-5262bf8f21314031acc0d97c8d82c614a2e4591a.tar.gz
gentoo-5262bf8f21314031acc0d97c8d82c614a2e4591a.tar.bz2
gentoo-5262bf8f21314031acc0d97c8d82c614a2e4591a.zip
dev-ml/mmap: add missing bigarray-compat dependency
Closes: https://bugs.gentoo.org/886353 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/mmap/mmap-1.2.0-r1.ebuild (renamed from dev-ml/mmap/mmap-1.2.0.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ml/mmap/mmap-1.2.0.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
index 00cf777c2393..af5d857bc39e 100644
--- a/dev-ml/mmap/mmap-1.2.0.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
@@ -14,3 +14,6 @@ LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/bigarray-compat:="
+DEPEND="${RDEPEND}"