Can we please have the cgit ebuild modified to support libressl rather than a fixed hard build requirement on OpenSSL? Currently the ebuild has: dev-libs/openssl:0 Request something like: ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) Presumably a libressl flag will need to be added to IUSE as well. I have built and run this package with LibreSSL installed for some months now without issue.
Tested the build with LibreSSL 3.0.2. It's all right.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57 commit 4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57 Author: Stefan Strogin <steils@gentoo.org> AuthorDate: 2020-01-02 02:59:50 +0000 Commit: Stefan Strogin <steils@gentoo.org> CommitDate: 2020-01-02 03:01:09 +0000 www-apps/cgit: add USE=libressl Closes: https://bugs.gentoo.org/702320 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org> www-apps/cgit/cgit-1.2.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)