| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=383761
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It is set later in the function anyway.
|
| |
|
| |
|
|
|
|
| |
If the slash is not there, ${EGIT_REPO_URI%/} will simply do nothing.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Such checks are used at least in autotools-utils & kde* eclasses, and
are done wrong there. Thus, I've created a little reusable snippet
suitable for eutils.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
in tc-getBUILD_PROG
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
gcc-4.6+
|
| |
|
|
|
|
| |
append the var rather than set it once
|