Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499862 - x11-plugins/pidgin-sipe should not require explicit selection of crypto provider
Summary: x11-plugins/pidgin-sipe should not require explicit selection of crypto provider
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Whyman (thev00d00) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 02:51 UTC by Mike Gilbert
Modified: 2014-02-01 15:33 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 Mike Gilbert gentoo-dev 2014-01-31 02:51:17 UTC
From my latest world update:

!!! The ebuild selected to satisfy "x11-plugins/pidgin-sipe" has unmet requirements.
- x11-plugins/pidgin-sipe-1.18.0::gentoo USE="-debug -kerberos -nss -ocs2005-message-hack -openssl -telepathy -voice"


  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( openssl nss )


Very few people will have nss or openssl in USE. REQUIRED_USE should really be a last-resort anyway.

I would recommend dropping the openssl use flag, and doing this instead:

RDEPEND="nss? ( dev-libs/nss )
!nss? ( dev-libs/openssl )"

econf ... $(use_enable nss) $(use_enable !nss openssl)
Comment 1 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2014-02-01 15:33:04 UTC
I've dropped the NSS flag and made it the default.

Thanks for the report!