Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674358 - dev-python/scrypt: add libressl flag
Summary: dev-python/scrypt: add libressl flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-02 17:28 UTC by Progenyx
Modified: 2020-05-18 21:29 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 Progenyx 2019-01-02 17:28:55 UTC
Hey there!

Today's commit causes a hard block in Portage for libressl users.

Can you please add a libressl option or remove your recent change.

Reproducible: Always
Comment 1 William 2019-02-04 14:20:42 UTC
+1
Comment 2 Reuben Farrelly 2019-11-21 10:11:26 UTC
Another one here.  The hard dependency on specifically OpenSSL may be a mistake.

I hashed out the dependency in the ebuild on OpenSSL and the package builds succesfully with libressl installed of OpenSSL.  It's unclear if it is officially supported by upstream, but it passes the build test with libressl-3.0.
Comment 3 Brian 2020-05-18 17:01:15 UTC
+1
Comment 4 Larry the Git Cow gentoo-dev 2020-05-18 17:22:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d2bdc0ae2c52305e1e1a7d3c15c2923d88696e

commit 64d2bdc0ae2c52305e1e1a7d3c15c2923d88696e
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-05-18 17:19:44 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-05-18 17:20:36 +0000

    dev-python/scrypt: add libressl support
    
    Closes: https://bugs.gentoo.org/674358
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 dev-python/scrypt/scrypt-0.8.13-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
Comment 5 Brian 2020-05-18 21:29:10 UTC
Thank you!