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

Bug 684000

Summary: net-libs/libssh2: [QA] misuses USE=libressl semantics
Product: Gentoo Linux Reporter: David Seifert <soap>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal CC: libressl, mgorny, qa
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11843
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 683982    

Description David Seifert gentoo-dev 2019-04-21 16:32:29 UTC
Dear maintainer,
net-libs/libssh2 currently misuses USE=libressl by making it mutually exclusive with the USE=gcrypt and USE=mbedtls flags in REQUIRED_USE. Please fix this bug in order to reduce spurious REQUIRED_USE violations, which make switching between OpenSSL and LibreSSL a less than pleasant experience.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-27 20:28:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354f82013dd455c6629fa35b1193464f45afeffb

commit 354f82013dd455c6629fa35b1193464f45afeffb
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-04-27 16:35:04 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-04-27 20:27:52 +0000

    net-libs/libssh2: [QA] Fix USE=libressl semantics
    
    Closes: https://bugs.gentoo.org/684000
    Package-Manager: Portage-2.3.64, Repoman-2.3.12
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-libs/libssh2/libssh2-1.8.0-r2.ebuild | 16 +++++++++-------
 net-libs/libssh2/libssh2-1.8.2.ebuild    | 14 ++++++++------
 net-libs/libssh2/libssh2-9999.ebuild     | 14 ++++++++------
 3 files changed, 25 insertions(+), 19 deletions(-)