Advertisement
chadjoan

l.andianov package.use

Aug 26th, 2016
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.81 KB | None | 0 0
  1. # These happened when trying to emerge layman and git at stage3.
  2. # Consider removing this once the musl overlay is in play.
  3. # required by dev-vcs/git-2.7.3-r1::gentoo[subversion,perl]
  4. # required by app-portage/layman-2.0.0-r3::gentoo[git]
  5. # required by layman (argument)
  6. >=dev-vcs/subversion-1.8.16 -dso perl
  7.  
  8. # Add various features to samba.
  9. net-fs/samba acl ads aio client ldap winbind
  10.  
  11. # Suggested by https://www.gentoo.org/support/news-items/2015-03-28-true-multilib.html
  12. */* abi_x86_32
  13.  
  14. # NOTE: We can't build git with gpg support because we are running on
  15. # a hardened musl system.
  16. # See: https://wiki.gentoo.org/wiki/Project:Hardened_musl
  17. dev-vcs/git cvs subversion -gpg
  18.  
  19. virtual/udev gudev
  20. sys-fs/eudev gudev hwdb
  21.  
  22. app-backup/dar dar64
  23.  
  24. sys-devel/gcc fortran openmp gcj
  25.  
  26. app-emulation/wine win64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement