summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate from codecs.open() to io.open().Zac Medico2011-07-1034-162/+207
* Manifest: fix NameError in updateAllHashesZac Medico2011-07-101-1/+2
* circular_dependency: fix total_flags calcZac Medico2011-07-101-2/+2
* depgraph: more debug output for _add_pkgZac Medico2011-07-102-17/+44
* slot_collision: fix more for bug 374423Zac Medico2011-07-101-0/+9
* slot_collision: fix AttributeError for bug 374423Zac Medico2011-07-101-0/+14
* depgraph: reject USE conditionals in argumentsZac Medico2011-07-091-0/+8
* circular_dependency: fix REQUIRED_USE testZac Medico2011-07-091-0/+17
* circular_dependency: fix ridiculously long loopZac Medico2011-07-091-10/+0
* slot_collision: be consistent with missing IUSEZac Medico2011-07-092-7/+32
* circular_dependency: show debug graph earlierZac Medico2011-07-092-2/+11
* circular_dependency: use itertools.product()Zac Medico2011-07-091-24/+3
* depgraph: include pkg.repo in debug outputZac Medico2011-07-091-2/+3
* Add QA Notice for hasq/useq calls (bug #199722).Zac Medico2011-07-082-0/+2
* Remove all hasq/useq calls for bug #199722.Zac Medico2011-07-0810-93/+93
* ebuild.5: remove hasq docs for bug #199722Zac Medico2011-07-081-4/+4
* Invert has/hasq and use/useq implementations.Zac Medico2011-07-082-8/+8
* RepoConfig: ignore missing name if no locationZac Medico2011-07-081-1/+3
* getportageversion: omit implicit -r0 for libcZac Medico2011-07-081-1/+4
* Qualify "missed update" message as WARNING.Zac Medico2011-07-081-2/+2
* repoman: tighten regex for useq and hasqZac Medico2011-07-081-3/+3
* repoman: centralize code for ignoring commentsZac Medico2011-07-081-6/+11
* repoman: check for deprecated useq and hasq callsDane Smith2011-07-082-1/+16
* cpv_expand: fix KeyError when settings is NoneZac Medico2011-07-071-1/+5
* Remove the _ensure_encodings module.Zac Medico2011-07-073-157/+1
* logrotate.d: su portage portageZac Medico2011-07-071-1/+2
* ebuild(1): allow-missing-manifests for fetchZac Medico2011-07-071-1/+4
* make.conf.5: fix grammarZac Medico2011-07-071-1/+1
* digestcheck: more allow-missing-manifestsZac Medico2011-07-071-0/+2
* digestcheck: support allow-missing-manifestsZac Medico2011-07-062-2/+11
* add FEATURES=allow-missing-manifestsBrian Harring2011-07-062-1/+3
* repoman: ElementTree.ParseError -> SyntaxErrorZac Medico2011-07-031-1/+1
* Show repository in error message about missing USE flags.Arfrever Frehtes Taifersar Arahesis2011-07-031-1/+1
* portageq get_repo_path: output empty if unknownv2.2.0_alpha43Zac Medico2011-07-011-1/+4
* Fix a typo in a comment.Zac Medico2011-07-011-1/+1
* varexpand: remove escaped newline charactersZac Medico2011-07-012-5/+10
* preserve-libs: only preserve soname symlinksv2.2.0_alpha42Zac Medico2011-06-301-13/+13
* LinkageMapElf.findConsumers(): fix $ROOT handlingZac Medico2011-06-301-1/+2
* LinkageMapElf: clarify findConsumers soname codeZac Medico2011-06-301-4/+4
* LinkageMapElf.isMasterLink(): handle libprocZac Medico2011-06-301-1/+10
* UseFlagDisplay: fix USE_EXPAND_HIDDEN breakageZac Medico2011-06-301-1/+1
* Fix a typo in a comment.Zac Medico2011-06-301-1/+1
* Fix a typo in a docstring.Zac Medico2011-06-301-1/+1
* LinkageMapELF.isMasterLink(): literally compareZac Medico2011-06-301-3/+5
* misc-functions.sh: remove stale NEEDED* filesZac Medico2011-06-301-0/+1
* Fix last commit to work regardless of nullglob.Zac Medico2011-06-301-1/+2
* ecompress: beware of -k in PORTAGE_COMPRESS_FLAGSZac Medico2011-06-301-1/+4
* config: filter repo-level make.defaults earlierZac Medico2011-06-301-4/+5
* ebuild(1): use bintree.inject for "package" phaseZac Medico2011-06-291-2/+11
* ebuild(1): pass missing myrepo arg to aux_getZac Medico2011-06-291-1/+1