Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684000 - net-libs/libssh2: [QA] misuses USE=libressl semantics
Summary: net-libs/libssh2: [QA] misuses USE=libressl semantics
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 683982
  Show dependency tree
 
Reported: 2019-04-21 16:32 UTC by David Seifert
Modified: 2019-04-27 20:28 UTC (History)
3 users (show)

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


Attachments

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