From afc5f3becc8abdcf34665e508a19d76502c39c27 Mon Sep 17 00:00:00 2001 From: Pieter Date: Sun, 13 Jul 2025 23:52:15 +0200 Subject: [PATCH] app-misc/astroterm: add app-editors/vim-core as alternative to dev-util/xxd dependency Signed-off-by: Pieter --- app-misc/astroterm/astroterm-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/astroterm/astroterm-1.0.7.ebuild b/app-misc/astroterm/astroterm-1.0.7.ebuild index e547d6f50b..d84caef8bb 100644 --- a/app-misc/astroterm/astroterm-1.0.7.ebuild +++ b/app-misc/astroterm/astroterm-1.0.7.ebuild @@ -21,7 +21,7 @@ DEPEND=" " BDEPEND=" - dev-util/xxd + || ( dev-util/xxd app-editors/vim-core ) " src_prepare() {