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

Bug 550690

Summary: net-p2p/bitcoin-qt[-1stclassmsg]: Incorrect usage of usex()
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal CC: luke-jr+gentoobugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2015-05-28 19:21:17 UTC
$(usex 1stclassmsg --enable-first-class-messaging) is expanded into literal "no" when "1stclassmsg" USE flag is disabled.

Use e.g.:
$(usex 1stclassmsg --enable-first-class-messaging "")
Comment 1 Anthony Basile gentoo-dev 2015-05-29 11:26:46 UTC
fixed.  Thanks Arfrever!