summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Fix Package._validate_deps() to pass matchall=True to use_reduce().Zac Medico2010-08-271-4/+4
* Use InvalidDependString import instead ofZac Medico2010-08-271-6/+6
* Use Package._metadata_exception() to handle invalid LICENSE, PROPERTIES,Zac Medico2010-08-271-12/+22
* fix ppkg type handling in slot_conflict_handlerSebastian Luther2010-08-271-2/+3
* config: Add VirtualsManagerSebastian Luther2010-08-272-12/+10
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-22/+25
* Bug #334365 - Selectively ignore invalid metadata of installed packagesZac Medico2010-08-261-5/+17
* Bug #334365 - When depgraph.display_problems() shows the messageZac Medico2010-08-262-12/+29
* Fix breakage from previous commit.Zac Medico2010-08-261-0/+2
* Use Package.visible to simplify visibility checks for installedZac Medico2010-08-261-11/+1
* Fix Package._visible() to mask installed packages with invalid metadata.Zac Medico2010-08-261-1/+3
* Ensure SystemExit is never caught.Zac Medico2010-08-261-2/+2
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-1/+12
* Remove unused max_parents variable.Zac Medico2010-08-261-2/+0
* Fix slot_conflict_handler breakage when callingZac Medico2010-08-261-2/+7
* In slot_conflict_handler(), never pass parent_use toZac Medico2010-08-261-4/+3
* In slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()Zac Medico2010-08-261-5/+1
* Fix slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()Zac Medico2010-08-261-1/+5
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-37/+4
* Remove obsolete TODO comment.Zac Medico2010-08-251-3/+0
* Use EAPI.incompatible repoman category for REQUIRED_USE setting inZac Medico2010-08-251-1/+1
* Make Package._validate_deps() use check_required_use() to validateZac Medico2010-08-251-5/+15
* Just raise InvalidDependString in cases when it shouldn't happen sinceZac Medico2010-08-251-11/+7
* Make _get_masking_status() return masking reasons for installed packagesZac Medico2010-08-251-11/+9
* Bug #334365 - Fix depgraph._wrapped_select_pkg_highest_available_imp()Zac Medico2010-08-251-4/+20
* Make Package._validate_deps() check USE conditionals in SRC_URI.Zac Medico2010-08-251-1/+2
* Bug #334365 - Mask packages with invalid metadata as early as possible,Zac Medico2010-08-252-14/+73
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-3/+4
* Bug #334365 - When parsing dependencies of installed packages inZac Medico2010-08-251-2/+27
* show_invalid_depstring_notice: Don't repeat the dep stringSebastian Luther2010-08-251-1/+1
* Add EROOT support to setconfig_fallback().Zac Medico2010-08-251-1/+1
* Bug #334319 - Don't call config.backup_changes("FEATURES") because it'sZac Medico2010-08-241-2/+0
* More _pkg_use_enabled fixesSebastian Luther2010-08-242-45/+45
* Bug #334253 - Fix breakage in FEATURES=test-fail-continue logic.Zac Medico2010-08-241-1/+5
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-231-1/+3
* * Use iterators instead of keys() when possible.Zac Medico2010-08-231-8/+8
* In depgraph._select_pkg_highest_available_imp(), make sureZac Medico2010-08-231-1/+2
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-2/+11
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-221-0/+4
* Allow more time for natural exit of the ebuild process after it hasZac Medico2010-08-221-4/+9
* Remove deprecated destroot argument from dblink.isowner() call.Zac Medico2010-08-221-1/+1
* During the post src_install QA checks, log to a temporary fileZac Medico2010-08-222-4/+50
* Make Binpkg call prepare_build_dirs() before trying to clean the oldZac Medico2010-08-221-2/+2
* Add missing scheduler attribute to BinpkgVerifier (broken since theZac Medico2010-08-223-3/+4
* Fix AttributeError for MetadataRegen._sched_iface.Zac Medico2010-08-221-1/+1
* Fix broken writemsg call in depgraph._resolve() that triggers this error:Zac Medico2010-08-211-1/+1
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-2112-155/+92
* When accessing pkgsettings.features inside Scheduler._generate_digests(),Zac Medico2010-08-211-0/+8
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-4/+0
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-201-11/+41