summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/doman
Commit message (Collapse)AuthorAgeFilesLines
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-291-3/+3
| | | | | | ((ret+=$?)) with ((ret|=$?)). Thanks to zong_sharo for the suggestion. svn path=/main/trunk/; revision=13242
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-0/+62
svn path=/main/trunk/; revision=13063