Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566558 - www-client/uzbl-9999: calls use in global scope
Summary: www-client/uzbl-9999: calls use in global scope
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: tharvik
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: global-scope-use
  Show dependency tree
 
Reported: 2015-11-22 23:09 UTC by Michał Górny
Modified: 2016-02-09 12:27 UTC (History)
2 users (show)

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 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.