Created attachment 539102 [details] ebuild for libreoffice-bin allowing libressl Hi, libreoffice-bin does not allow libressl. attached ebuild allows either libressl or openssl, but requires at least one of the two. I have changed references to {$PVR} to {$PV} to ignore the revision for version bump. I have another version without the version bump if that is more useful.
This is not something that will be fixed in libreoffice-bin, first of all we need to check where openssl/libressl is used in libreoffice non-bin. Luckily, it seems that there is no linking and actual usage was cut down to postgresql-sdbc.
It appears we can drop it completely.
Created attachment 539768 [details] non-version bumped ebuild
I don't understand why you'v made 659024 a dependency to this. That bug relates to the non-binary for a later version. The equivalent version of non-binary libreoffice already has a libressl use flag. This ebuild just brings the same flag to the binary branch.
see also https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbeda142170212cfca19d1f5d6a1d116767452e "app-office/libreoffice: Make sure NSS is used for TLS, disable OpenSSL"
This is obsolete, current libreoffice-bin does not use openssl anymore