Portage features - dpopchev/howto-quick-setup-gentoo GitHub Wiki
Features:
-
candyEnable a special progress indicator when emerge.
-
downgrade-backupCreate a backup of the installed version before it is unmerged (if a binary package of the same version does not already exist)
-
unmerge-backupCreate a backup of each package before it is unmerged (if a binary package of the same version does not already exist)
grep -P FEATURE /etc/make.conf
FEATURE="${FEATURE} candy"
FEATURE="${FEATURE} downgrade-backup"
FEATURE="${FEATURE} unmerge-backup"
NOTE:
- interesting to try out
buildpkgorbuildsyspkg - A note on build package emerge counterpart: enabling feature will prevent emerge --ignore-default-opts take effect