summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/dep_expand.py
Commit message (Collapse)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-1/+3
| | | | | This helps to ensure consistent results, regardless of whether we're using Python 2 or Python 3.
* Support subslots in command line arguments.Arfrever Frehtes Taifersar Arahesis2012-12-231-2/+2
|
* dep_expand: fix orig_dep for previous commitZac Medico2011-06-051-1/+1
|
* dep_expand: optimize away cpv_expand if possibleZac Medico2011-06-051-7/+16
|
* Allow repo atoms for unmerge, depclean and prune.Zac Medico2010-10-061-3/+3
|
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-1/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-0/+48
svn path=/main/trunk/; revision=15460