История изменений
Исправление Pinkbyte, (текущая версия) :
Выше правильно подсказали про /etc/portage/profile
man portage, секция про профили:
packages
Provides the list of packages that compose the special system set.
Format:
- comments begin with # (no inline comments)
- one DEPEND atom per line
- packages to be added to the system set begin with a *
- atoms without * only appear for legacy reasons
Note: In a cascading profile setup, you can remove packages in children profiles which were added by parent profiles by prefixing the atom with a '-'.
Example:
# i am a comment !
# pull in a version of glibc less than 2.3
*<sys-libs/glibc-2.3
# pull in any version of bash
*app-shells/bash
# pull in a version of readline earlier than 4.2
*<sys-libs/readline-4.2
Собственно в /etc/portage/profile можно переопределить любые настройки профиля, в том числе system set
Исходная версия Pinkbyte, :
Выше правильно подсказали про /etc/portage/profile
man portage, секция про профили:
packages
Provides the list of packages that compose the special system set.
Format:
- comments begin with # (no inline comments)
- one DEPEND atom per line
- packages to be added to the system set begin with a *
- atoms without * only appear for legacy reasons
Note: In a cascading profile setup, you can remove packages in children profiles which were added by parent profiles by prefixing the atom with a '-'.
Example:
# i am a comment !
# pull in a version of glibc less than 2.3
*<sys-libs/glibc-2.3
# pull in any version of bash
*app-shells/bash
# pull in a version of readline earlier than 4.2
*<sys-libs/readline-4.2