mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
profiles: Clean up berkdb USE flags
Disabling it per-package is a no-op since we disable berkdb globally through the make.defaults file. Also drop redundant enabling of berkdb in sys-libs/gdbm in target profile, because we already do it in the base profile.
This commit is contained in:
parent
d5c18a906f
commit
f67e139a2b
@ -16,7 +16,9 @@ sys-devel/gettext -git
|
|||||||
|
|
||||||
sys-apps/gptfdisk -icu
|
sys-apps/gptfdisk -icu
|
||||||
|
|
||||||
# for profile migration
|
# for profile migration, needs to be enabled despite the fact it's
|
||||||
|
# enabled by default in the ebuild, because berkdb is disabled
|
||||||
|
# globally in make.defaults.
|
||||||
sys-libs/gdbm berkdb
|
sys-libs/gdbm berkdb
|
||||||
|
|
||||||
dev-vcs/git -perl -iconv
|
dev-vcs/git -perl -iconv
|
||||||
@ -54,7 +56,7 @@ net-nds/openldap minimal sasl
|
|||||||
sys-libs/glibc nscd
|
sys-libs/glibc nscd
|
||||||
|
|
||||||
# disable database build because otherwise it tries to generate a database in /etc
|
# disable database build because otherwise it tries to generate a database in /etc
|
||||||
dev-libs/cyrus-sasl kerberos -berkdb -gdbm
|
dev-libs/cyrus-sasl kerberos -gdbm
|
||||||
|
|
||||||
# don't build manpages for sssd
|
# don't build manpages for sssd
|
||||||
sys-auth/sssd -python samba kerberos gssapi ssh sudo selinux
|
sys-auth/sssd -python samba kerberos gssapi ssh sudo selinux
|
||||||
|
@ -14,8 +14,7 @@ sys-apps/smartmontools -daemon -update-drivedb -systemd
|
|||||||
sys-block/parted device-mapper
|
sys-block/parted device-mapper
|
||||||
sys-fs/lvm2 -readline
|
sys-fs/lvm2 -readline
|
||||||
sys-libs/ncurses minimal
|
sys-libs/ncurses minimal
|
||||||
sys-libs/pam -berkdb audit
|
sys-libs/pam audit
|
||||||
sys-libs/gdbm berkdb
|
|
||||||
|
|
||||||
# enable journal gateway, bootctl and container features
|
# enable journal gateway, bootctl and container features
|
||||||
sys-apps/systemd audit gnuefi importd http nat
|
sys-apps/systemd audit gnuefi importd http nat
|
||||||
|
Loading…
Reference in New Issue
Block a user