| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Berin Aniesh <berinaniesh@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
| |
Ignore Vim temp/local files.
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Closes: https://github.com/gentoo/portage/pull/1015
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
| |
RepoMan sez: So long and thanks for all the fish! I'll be enjoying my
retirement now. Haven't I done enough to deserve that?
Bug: https://bugs.gentoo.org/835013
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
This allows one to compile the extension modules in-place without having
the build artifacts show up in git status.
For example:
printf "[build_ext]\nportage-ext-modules = true\n" > setup.cfg
python setup.py build_ext --inplace
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Gregory M. Turner <gmturner007@ameritech.net>
|
|
|