diff options
author | Maciej Barć <xgqt@gentoo.org> | 2025-01-03 00:02:56 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2025-01-03 00:10:48 +0100 |
commit | 726810e26b3adbf4aa7b7efe2737509a7b2f4c5f (patch) | |
tree | 13386c86d15388ae29741f1a02b86303f3dbae1b /sci-mathematics | |
parent | games-util/lgogdownloader: Add missing dev-qt/qtbase BDEPENDency (diff) | |
download | gentoo-726810e26b3adbf4aa7b7efe2737509a7b2f4c5f.tar.gz gentoo-726810e26b3adbf4aa7b7efe2737509a7b2f4c5f.tar.bz2 gentoo-726810e26b3adbf4aa7b7efe2737509a7b2f4c5f.zip |
sci-mathematics/lean: add missing libuv dep
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/lean/lean-4.14.0-r1.ebuild (renamed from sci-mathematics/lean/lean-4.14.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/lean/lean-4.14.0.ebuild b/sci-mathematics/lean/lean-4.14.0-r1.ebuild index 2682e9a72b4a..153bf8d286fb 100644 --- a/sci-mathematics/lean/lean-4.14.0.ebuild +++ b/sci-mathematics/lean/lean-4.14.0-r1.ebuild @@ -32,6 +32,7 @@ IUSE="debug source" RDEPEND=" dev-libs/gmp:= + dev-libs/libuv:= sci-mathematics/cadical " DEPEND=" |