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

Bug 674358

Summary: dev-python/scrypt: add libressl flag
Product: Gentoo Linux Reporter: Progenyx <progenyx>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, python, reuben-gentoo-bugzilla
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=669294
Whiteboard:
Package list:
Runtime testing required: ---

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!