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

Bug 566558

Summary: www-client/uzbl-9999: calls use in global scope
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: tharvik
Status: RESOLVED OBSOLETE    
Severity: normal CC: proxy-maint, qa
Priority: Normal Keywords: QAcanfix
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 566518    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-11-22 23:09:40 UTC
IUSE='experimental'
    use experimental &&
        EGIT_BRANCH='next'

Calling 'use' in global scope is forbidden. And I don't think you should really let USE flags decide which branch to use. Multiple ebuild versions seem saner for this purpose.
Comment 1 tharvik 2015-12-20 15:17:40 UTC
I'm currently waiting on the uzbl team to fix a failing combination of USE flags (http://www.uzbl.org/bugs/index.php?do=details&task_id=382) before pushing a new ebuild.
Comment 2 tharvik 2016-02-09 12:27:21 UTC
uzbl is out of tree now.