commit: afc5f3becc8abdcf34665e508a19d76502c39c27
Author: Pieter <pieter.kn0101 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 13 21:52:15 2025 +0000
Commit: Pieter <pieter.kn0101 <AT> gmail <DOT> com>
CommitDate: Sun Jul 13 22:01:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afc5f3be
app-misc/astroterm: add app-editors/vim-core as alternative to dev-util/xxd
dependency
Signed-off-by: Pieter <pieter.kn0101 <AT> gmail.com>
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() {