Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578220 - app-text/atril-1.10.3-r1: Wrong configure option in ebuild
Summary: app-text/atril-1.10.3-r1: Wrong configure option in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo MATE Desktop
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-25 14:04 UTC by Klaus Kusche
Modified: 2016-03-26 00:09 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 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.