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

Bug 578150

Summary: dev-util/android-tools - add libressl support
Product: Gentoo Linux Reporter: Boris Staletic <boris.staletic>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS, PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: Adds libressl support in the ebuild

Description Boris Staletic 2016-03-24 08:41:28 UTC
Created attachment 428898 [details, diff]
Adds libressl support in the ebuild

Android-tools are lacking libressl support. I made a patch to change ebuild's RDEPEND="sys-libs/zlib:=
    dev-libs/openssl:0
    dev-libs/libpcre"
to
RDEPEND="sys-libs/zlib:=
    !libressl? ( dev-libs/openssl:0 )
    libressl? ( dev-libs/libressl )
    dev-libs/libpcre"
The patch also adds the appropriate USE flag.

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2016-03-31 07:02:07 UTC
Thanks, it's fixed in git now:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9333a877abf3ec002ab6b33dab4f4a81ae20fb