Hi, libreoffice-bin is a binary package but pulls in heavy dependencies like gcc (and boost) which are usually only needed for compiling source code. Is that really needed? Maybe those can be dropped? $ cat /usr/portage/app-office/libreoffice-bin/libreoffice-bin-7.3.4.2.ebuild ... BIN_COMMON_DEPEND=" app-text/hunspell:0/1.7 =app-text/libexttextcat-3.4* =app-text/libmwaw-0.3* dev-cpp/abseil-cpp:0/20211102 dev-libs/boost:0/1.79.0 dev-libs/icu:0/71.1 dev-libs/liborcus:0/0.17 >=media-gfx/graphite2-1.3.10 media-libs/harfbuzz:0/4.0.0[icu] media-libs/libjpeg-turbo:0/0.2 media-libs/libpng:0/16 media-libs/openjpeg:2/7 media-libs/zxing-cpp:0/0 >=sys-devel/gcc-11.3.0 >=sys-libs/glibc-2.34 "
Created attachment 801655 [details] emerge --info
Maybe, however please show me a system that has libreoffice but not boost or gcc anyway.
We need libstdc++ and we're probably linked against Boost (and if we're not, likely to be in future). See bug
gcc dep might be redundant when building libreoffice-bin with --static-libstdc++