diff options
author | 2023-01-13 13:15:03 +0100 | |
---|---|---|
committer | 2023-01-13 13:31:19 +0100 | |
commit | 5785671efdbf5e6b7b0d72bc91dc7dfc6fa106b2 (patch) | |
tree | bb20accd43d6c9674067341f4093fd072809cf7d | |
parent | dev-ml/lambda-term: fix deps (diff) | |
download | gentoo-5785671efdbf5e6b7b0d72bc91dc7dfc6fa106b2.tar.gz gentoo-5785671efdbf5e6b7b0d72bc91dc7dfc6fa106b2.tar.bz2 gentoo-5785671efdbf5e6b7b0d72bc91dc7dfc6fa106b2.zip |
dev-ml/utop: fix deps
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | dev-ml/utop/utop-2.11.0-r1.ebuild (renamed from dev-ml/utop/utop-2.11.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/utop/utop-2.11.0.ebuild b/dev-ml/utop/utop-2.11.0-r1.ebuild index a975e9bda1b7..0acedbdf1fad 100644 --- a/dev-ml/utop/utop-2.11.0.ebuild +++ b/dev-ml/utop/utop-2.11.0-r1.ebuild @@ -21,10 +21,11 @@ ELISP_DEPEND=" ) " DEPEND=" - dev-ml/camomile:= dev-ml/lambda-term:= + dev-ml/logs:= dev-ml/lwt:= dev-ml/react:= + dev-ml/zed:= " RDEPEND=" ${DEPEND} |