Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578150 - dev-util/android-tools - add libressl support
Summary: dev-util/android-tools - add libressl support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS, PATCH
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2016-03-24 08:41 UTC by Boris Staletic
Modified: 2016-03-31 07:02 UTC (History)
0 users

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


Attachments
Adds libressl support in the ebuild (android-tools-libressl.patch,568 bytes, patch)
2016-03-24 08:41 UTC, Boris Staletic
Details | Diff

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