My emerge recomends the use of ccache.
To see statistics with myemerge --ccache_stats
you must set in /etc/portage/make.conf the following lines:
CCACHE_DIR="/var/cache/ccache"
FEATURES="ccache"
- Fixed problem with pytz dependency
- Updated dependencies
- Updated reusing
- Improving package
- Updated dependencies
- Migrated to pyproject.toml
- Fixed bugs with cpupower module
- Set again max_cpu_frequency option in config
- Added --nosync and --noclean parameters
- Removed config code. Added CCACHE_DIR to all script to use it one needed.
- You can use portage ccache statistics.
- Fixed bug when cpufreq isn't configured in kernel.
- Executable renamed to myemerge.
- Created --rebuild parameter to rebuild the whole Gentoo system.
- You can set your compile CPU frequency in Hz. Max CPU capacity by default.
- Code was converted to a python module
- Added /etc/myemerge config file
- You can run scripts with minimum cpu frequency
- Imported from old scripts