diff options
author | Karel Kočí <cynerd@email.cz> | 2021-11-22 11:01:55 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-11-22 11:01:55 +0100 |
commit | 22d45e123d14ef32c545c008a54b29d6b6fe2440 (patch) | |
tree | 8b25e5526ba62810310a342ce25878726058fe1d /profiles/base | |
parent | 9f28a93373c801e41e70664f8e545c302d81f99f (diff) | |
download | gentoo-personal-overlay-22d45e123d14ef32c545c008a54b29d6b6fe2440.tar.gz gentoo-personal-overlay-22d45e123d14ef32c545c008a54b29d6b6fe2440.tar.bz2 gentoo-personal-overlay-22d45e123d14ef32c545c008a54b29d6b6fe2440.zip |
profiles/base/cpu: set libxcrypt to build static-libs
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/cpu/package.use | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/base/cpu/package.use b/profiles/base/cpu/package.use index 46394e9..4af2f8a 100644 --- a/profiles/base/cpu/package.use +++ b/profiles/base/cpu/package.use @@ -1,6 +1,7 @@ # myinitramfs sys-kernel/linux initramfs sys-apps/busybox static +sys-libs/libxcrypt static-libs # We use xz compressed modules so we have to have support for it sys-apps/kmod lzma zstd |