Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663646 - <media-libs/openimageio-1.7.17 hard dependency on openssl
Summary: <media-libs/openimageio-1.7.17 hard dependency on openssl
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-14 23:17 UTC by Erik
Modified: 2019-11-30 09:47 UTC (History)
0 users

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 Erik 2018-08-14 23:17:52 UTC
openimageio has a hard dependency on openssl. It seems to build just fine against libressl.

is there a reason why it can't depend on:

        raw? ( media-libs/libraw:= )
        ssl? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) )
        truetype? ( media-libs/freetype:2= )"
Comment 1 Andreas Sturmlechner gentoo-dev 2018-08-15 10:08:06 UTC
> || ( dev-libs/openssl:0 dev-libs/libressl:0 )

It does not.
Comment 2 Andreas Sturmlechner gentoo-dev 2018-08-15 10:11:24 UTC
If you look for libressl support, then you generally should not run arch keyworded packages only at this point. ~arch is fine wrt openimageio.