summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/_config/UseManager.py
Commit message (Expand)AuthorAgeFilesLines
* repoman: fix stable mask to use correct profilev2.2.0_alpha157Zac Medico2013-01-191-11/+25
* Add Package.eapi property.Zac Medico2012-11-171-1/+1
* EAPI="4-python" and EAPI="5-progress": Add support for use.aliases and packag...Arfrever Frehtes Taifersar Arahesis2012-11-151-3/+116
* UseManager: /etc/portage/profile extended syntaxZac Medico2012-09-261-5/+15
* Move EAPI check for stable USE forcing and masking to portage.eapi module.Arfrever Frehtes Taifersar Arahesis2012-09-211-15/+9
* UseManager: add compat code for getUseForce/PUSEZac Medico2012-09-071-3/+9
* Support repository-specific use.stable.force, use.stable.mask,Arfrever Frehtes Taifersar Arahesis2012-09-071-17/+53
* Update comment.Arfrever Frehtes Taifersar Arahesis2012-09-061-0/+4
* EAPI 5 stable use.mask/force for bug #431078Zac Medico2012-08-241-7/+72
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-4/+8
* LocationsManager: extensible _profile_node objectZac Medico2011-10-271-2/+6
* add profile-formats portage-1 awareness and enforcementBrian Harring2011-10-251-6/+8
* config: fix repo KeyErrorsZac Medico2011-06-201-2/+16
* UseManager: avoid possible repo KeyErrorsZac Medico2011-06-201-4/+4
* config: repo-level make.defaults/package.useZac Medico2011-06-201-0/+1
* Bug #370693: Handle package.use.force and package.use.mask files from masterArfrever Frehtes Taifersar Arahesis2011-06-191-18/+17
* Bug #370693: Support use.force, package.use.force, use.mask andArfrever Frehtes Taifersar Arahesis2011-06-191-57/+99
* UseManager: make warnings show even with --quietZac Medico2010-11-261-2/+4
* UseManager: convert lists to tuplesZac Medico2010-11-261-2/+4
* Revert use.unsatisfiable support for now.Zac Medico2010-11-241-23/+0
* Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().Arfrever Frehtes Taifersar Arahesis2010-11-141-4/+4
* Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,Arfrever Frehtes Taifersar Arahesis2010-11-141-9/+42
* Support use.unsatisfiable and package.use.unsatisfiable files.Arfrever Frehtes Taifersar Arahesis2010-11-061-2/+25
* reposyntax: add support in _config/*Sebastian Luther2010-09-261-1/+1
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-131-2/+2
* Use frozenset for config.usemask and useforce attributes, so there'sZac Medico2010-08-261-4/+4
* config: Move handling of USE related config files into UseManagerSebastian Luther2010-08-251-0/+142