Commit 8ca3fa9b authored by Anton Midyukov's avatar Anton Midyukov

slinux: add abiword, gumeric for riscv64

parent d8268a8f
......@@ -81,6 +81,9 @@ ifeq (,$(filter-out armh aarch64 mipsel e2k%,$(ARCH)))
else
@$(call add,THE_LISTS,slinux/browser-chromium)
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_PACKAGES,abiword gnumeric)
endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,std-def)
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment