From 9dd05f275e8364de8703e708fda4584c126f47dd Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 9 Mar 2026 21:53:08 +0000 Subject: [PATCH] drop i386 from libreoffice ONLY_FOR_ARCHS. this was unlocked after building breeze-icons again (-> devel/kf6/kiconthemes -> devel/kf6/kio -> libreoffice) but linking libmergedlo.so uses too much RAM. --- editors/libreoffice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index ec53f52ba36..417637e21f0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,7 +1,7 @@ USE_WXNEEDED= Yes USE_NOBTCFI= Yes -ONLY_FOR_ARCHS= amd64 i386 aarch64 +ONLY_FOR_ARCHS= amd64 aarch64 COMMENT-main= multi-platform productivity suite COMMENT-kde= optional integration of LibreOffice to the KDE environment