| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
output. Default to verbose=yes (= more "noisy" output) because within
Gentoo we're more used to heavy loads of compile messages.
|
| |
|
| |
|
|
|
|
| |
-- when eclass uses USE flag not set in eclass IUSE, they are set in ebuild IUSE, and code is otherwise shelterd against misuse.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
doc USE flag in make.conf globally
|
|
|
|
| |
causing sandbox violations for root's .xauth when users had ForwardX11 turned on system-wide; fixed 'no' auth type (mainly used in cvs fetching GNUstep related ebuilds) to act as 'ext' (ssh) acts as appropriate, removing need for duplication of logic in code; removed redundant StrictHostKeyChecking option passed to the ssh command when 'ext' (ssh) auth type is used; tested with CVS fetching ebuilds other than the ones I maintain to make sure I didn't break anything ;-)
|
| |
|
|
gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
|