Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574996 - app-portage/conf-update missing ! in conditional openssl dependency
Summary: app-portage/conf-update missing ! in conditional openssl dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chema Alonso Josa (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2016-02-17 21:56 UTC by maurerpe
Modified: 2016-02-21 15:29 UTC (History)
1 user (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 maurerpe 2016-02-17 21:56:17 UTC
app-portage/conf-update-1.0.3-r1 added libressl support.  This ebuild is missing a "!" on the conditional depend for openssl:
		libressl? ( dev-libs/openssl:0 )
should be
		!libressl? ( dev-libs/openssl:0 )

Steps reproduce:
<on a system with libressl and without openssl>
emerge -1a app-portage/conf-update

Expected:
emerge without issues

Actual:
long list of failed dependencies and blockers due to dev-libs/openssl being pulled in.
Comment 1 Chema Alonso Josa (RETIRED) gentoo-dev 2016-02-21 15:29:09 UTC
Sorry to miss that. Fixed now.

Thanks for the report.