Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 743226

Summary: dev-libs/capnproto: add libressl useflag
Product: Gentoo Linux Reporter: William <sirrobin2318>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, libressl, qa
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: capnproto-0.8.0.ebuild

Description William 2020-09-18 07:02:35 UTC
adding the useflag is all that is needed, see attachment. 

Reproducible: Always
Comment 1 William 2020-09-18 07:03:40 UTC
Created attachment 661083 [details]
capnproto-0.8.0.ebuild
Comment 2 Alexis Ballier gentoo-dev 2020-09-21 10:37:45 UTC
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
Comment 3 Ulrich Müller gentoo-dev 2020-09-21 19:10:03 UTC
(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.
Comment 4 Larry the Git Cow gentoo-dev 2020-09-22 11:00:21 UTC
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(-)
Comment 5 Stefan Strogin gentoo-dev 2020-09-22 11:02:06 UTC
The current guidelines are described at https://wiki.gentoo.org/wiki/Project:LibreSSL
in the section "Migration to the Gentoo Repository - Direction for developers".