diff options
Diffstat (limited to '')
-rw-r--r-- | shells/starship/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shells/starship/Makefile b/shells/starship/Makefile index b9dfc893cc57..ae1a274e8d4c 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -12,9 +12,6 @@ WWW= https://starship.rs/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 -BROKEN_powerpc= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 - LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 |