summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* paren_reduce: allow parens in atoms, for EAPI 4Zac Medico2011-02-072-1/+3
| | | | This will fix bug #354003.
* ebuild.5: fix spelling of "defaults"Zac Medico2011-02-071-1/+1
|
* expand_new_virtuals: fix logic from prev commitZac Medico2011-02-071-1/+5
| | | | | | We need to evaluate conditionals for dependency matching purposes, though the unevaluated atom will still be available later for other purposes.
* expand_new_virtuals: save atom unevaluated useZac Medico2011-02-071-2/+2
| | | | | | | | This leads to a better unsatisfied USE message than the one reported in bug 353933, comment #3. TODO: Fix it so that these generated atoms don't break depgraph._get_dep_chain(), due to not being identical to the original atoms and therefore breaking extract_affecting_use().
* cache.sqlite: handle sqlite ImportErrorv2.2.0_alpha21Zac Medico2011-02-061-8/+15
| | | | This will fix bug #353836.
* default_src_test: handle EAPI 4 emake failureZac Medico2011-02-061-4/+10
| | | | This will fix bug #353897.
* backtrack_depgraph: get_best_run for last runv2.2.0_alpha20Zac Medico2011-02-041-1/+2
| | | | | | | It's essential to feed back autounmask config changes, especially USE changes, in order to make the last run as successful as possible. This fixes a regression in the master branch, since commit 2186f87c22e0c4bdb86065855c2034bdbb66fa45.
* get_dep_chain: add "set" node typeZac Medico2011-02-041-2/+5
|
* Revert "parse_metadata_use(): omit empty text tokens."Zac Medico2011-02-041-2/+1
| | | | | | This reverts commit 52f6b55d51e2accaa446bc5d6920421959289baa. Since split() never return empty tokens, this patch does nothing.
* check_required_use: remove obsolete hunkZac Medico2011-02-041-9/+0
|
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-042-10/+23
|
* REQUIRED_USE: fix single child conditionals dispZac Medico2011-02-041-4/+4
|
* check_required_use: clarify operator logicZac Medico2011-02-042-8/+12
|
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-042-13/+36
|
* depgraph: make downgrades trigger complete graphZac Medico2011-02-041-2/+21
| | | | | It's common for downgrades to break dependencies, as in bug #353613, so automatically trigger complete graph mode when a downgrade is found.
* ebuild(1): skip REQUIRED_USE for some phasesZac Medico2011-02-041-1/+3
|
* ebuild(1): ensure REQUIRED_USE is satisfiedZac Medico2011-02-041-2/+25
|
* depgraph: don't drop deps in _add_depZac Medico2011-02-041-29/+0
| | | | | | This will fix bug #353613. We remove a hunk of code that was meant to limit recursion, but is obsolete an buggy. The recursion limiting is now handled by _add_pkg and the _ignored_deps stack.
* Remove from list by index, not search.Zac Medico2011-02-031-1/+1
|
* REQUIRED_USE: more display testsZac Medico2011-02-031-0/+10
|
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-032-4/+48
|
* parse_metadata_use(): omit empty text tokens.Michał Górny2011-02-031-1/+2
|
* REQUIRED_USE: fix parens display and testZac Medico2011-02-032-3/+36
|
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-033-8/+136
| | | | This will fix bug #353234.
* action_uninstall: allow repo with wildcard atomZac Medico2011-02-031-1/+1
|
* bintree: cleanup/fix old binhost code moreZac Medico2011-02-021-4/+2
|
* depgraph: use catsplit where appropriateZac Medico2011-02-021-2/+2
|
* bintree: clean up dict use in old binhost codeZac Medico2011-02-021-2/+3
|
* bintree: add missing del from previous commitZac Medico2011-02-021-1/+1
|
* bintree: remove unused __remotepkgsZac Medico2011-02-021-10/+5
|
* depgraph: remove obsolete gpg exception handlersZac Medico2011-02-021-14/+0
|
* depgraph: skip backtrack for fatal errorsZac Medico2011-02-021-0/+10
|
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
|
* repoman.1: new variable.usedwithhelpers checkZac Medico2011-02-021-1/+4
|
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-4/+9
|
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
|
* emerge.1: update date in headerZac Medico2011-02-021-1/+1
|
* emerge.1: Document mask display for bug 58416.Zac Medico2011-02-021-0/+22
|
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
|
* Display: simplify alignment for mask statusZac Medico2011-02-021-15/+11
|
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
|
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-022-37/+60
|
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-011-14/+15
|
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-011-7/+31
| | | | This will fix bug #353443.
* portage.5: update date in headerZac Medico2011-02-011-1/+1
|
* portage.5: document /etc/portage/license_groupsZac Medico2011-02-011-0/+1
|
* doebuild: always return success for listonly modeZac Medico2011-02-011-0/+6
| | | | | | This compensates for changed fetch() return value in commit 394cd4a00d37fd078f8dd40f89f8c810355d7816, which serves to trigger the pkg_nofetch phase inside doebuild().
* _exec: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+5
| | | | Avoid issues like bug #353239.
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-01-311-1/+7
| | | | Signal handlers inherited from the parent process are irrelevant here.
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+6
| | | | This seems to fix bug #353239.