summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* 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
* --autounmask: Don't do use changes if they violate REQUIRED_USESebastian Luther2010-08-201-19/+32
* slot collision handler: Drop solutions that violate REQUIRED_USESebastian Luther2010-08-201-0/+18
* slot collision handler: Work correctly with --autounmaskSebastian Luther2010-08-202-29/+35
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-13/+31
* circular dependency handler: Small code clean upsSebastian Luther2010-08-201-5/+6
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-4/+1
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-3/+5
* Rename the bdeps_root variable to depend_root, since it's used to controlZac Medico2010-08-191-4/+4
* Eliminate the bdeps_optional variables inside depgraph._add_pkg_deps(),Zac Medico2010-08-191-4/+3
* Move the clever parts of depgraph._show_circular_deps into its own module.Sebastian Luther2010-08-192-155/+240
* cycle-finder: Don't try to change flags that are in use.{make,focrce}Sebastian Luther2010-08-191-16/+5