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

Bug 578220

Summary: app-text/atril-1.10.3-r1: Wrong configure option in ebuild
Product: Gentoo Linux Reporter: Klaus Kusche <klaus.kusche>
Component: Current packagesAssignee: Gentoo MATE Desktop <mate>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Klaus Kusche 2016-03-25 14:04:26 UTC
In the current ebuild, the epub USE flag is passed to configure as

$(use_with epub webkit)

That's wrong, it should be

$(use_enable epub)

because configure expects --enable-epub or --disable-epub,
not --with-webkit or --without-webkit,
for controlling epub and linkage against webkit.
Comment 1 Adam Feldman gentoo-dev 2016-03-26 00:09:17 UTC
Resolved in b27dee7889d40e62bc76bff077f152f5990eceac.  Thanks.