adding the useflag is all that is needed, see attachment. Reproducible: Always
Created attachment 661083 [details] capnproto-0.8.0.ebuild
you probably need a REQUIRED_USE="libressl? ( ssl )" but I'm not sure what is the current trend / guidelines there; CC-ing teams that will be able to answer that
(In reply to Alexis Ballier from comment #2) > you probably need a REQUIRED_USE="libressl? ( ssl )" but I'm not sure what > is the current trend / guidelines there; CC-ing teams that will be able to > answer that The user could prefer libressl but disable ssl for this particular package. So I believe REQUIRED_USE would be more of a nuisance than help.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1196166599775dd6e0d46e4cbe5d3c3ab9c1a5d6 commit 1196166599775dd6e0d46e4cbe5d3c3ab9c1a5d6 Author: Stefan Strogin <steils@gentoo.org> AuthorDate: 2020-09-22 10:56:28 +0000 Commit: Stefan Strogin <steils@gentoo.org> CommitDate: 2020-09-22 10:57:20 +0000 dev-libs/capnproto: add USE=libressl Closes: https://bugs.gentoo.org/743226 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Stefan Strogin <steils@gentoo.org> dev-libs/capnproto/capnproto-0.8.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
The current guidelines are described at https://wiki.gentoo.org/wiki/Project:LibreSSL in the section "Migration to the Gentoo Repository - Direction for developers".