Advertisement
Guest User

package.use (with annotations)

a guest
Jul 16th, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. */* device-mapper lvm luks #required by the RootFS over encrypted LVM HOWTO.
  2. sys-kernel/linux-firmware initramfs #ditto.
  3. dev-libs/boost threads #suggested by user on Discord to fix error encountered when following the above HOWTO.
  4. sys-devel/gcc doc #for extra doumentation (there really should be a mix-in for this, but...)
  5. sys-devel/gettext doc #ditto...
  6. sys-fs/cryptsetup kernel -openssl -udev #required to get cryptsetup to emerge with static libs (rq'd by genkernel).
  7. dev-libs/libbsd static-libs #requested by portage the first time I tried to update after changing the line above.
  8. app-crypt/libmd static-libs #ditto.
  9.  
  10. # I added kernel, -openssl, and -udev to the line for sys-fs/cryptsetup in order to fix a problem with conflicting USE flags that occured when I had tried to update my system before.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement