Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743226 - dev-libs/capnproto: add libressl useflag
Summary: dev-libs/capnproto: add libressl useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2020-09-18 07:02 UTC by William
Modified: 2020-09-22 11:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
capnproto-0.8.0.ebuild (capnproto-0.8.0.ebuild,1011 bytes, text/plain)
2020-09-18 07:03 UTC, William
Details

Note You need to log in before you can comment on or make changes to this bug.
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".