Commit 87e2695f authored by Anton Midyukov's avatar Anton Midyukov

slinux: Don't add on purpose abiword, gnumeric for riscv64

They are now added through the office feature.
parent dc123d27
......@@ -81,9 +81,6 @@ ifeq (,$(filter-out armh mipsel e2k%,$(ARCH)))
else
@$(call add,THE_LISTS,slinux/multimedia-player-vlc)
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_PACKAGES,abiword gnumeric)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_LISTS,$(call tags,xscreensaver && (base || desktop)))
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