profile/pentoo-system: open-vm-tools now contains the kmod, yay

This commit is contained in:
Rick Farina (Zero_Chaos) 2016-12-16 09:59:28 -05:00
parent 4b33772e44
commit e49a9170c7
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 3 additions and 3 deletions

View file

@ -29,9 +29,9 @@ PDEPEND="livecd? ( pentoo/pentoo-livecd )
PDEPEND="${PDEPEND}
qemu? ( app-emulation/virt-manager
!livecd-stage1? ( sys-apps/usermode-utilities ) )
video_cards_vmware? ( !livecd-stage1? ( app-emulation/open-vm-tools
app-emulation/open-vm-tools-kmod ) )
video_cards_vmware? ( !livecd-stage1? ( app-emulation/open-vm-tools ) )
"
PDEPEND="${PDEPEND}
!livecd-stage1? ( video_cards_virtualbox? ( app-emulation/virtualbox-guest-additions )
video_cards_nvidia? ( x11-misc/bumblebee ) )

View file

@ -21,7 +21,7 @@ FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles ne
#so we will define a long list of such packages and exclude them from being built and used (catch it on both ends to avoid issues)
PENTOO_BINPKG_RESTRICTED="sys-kernel/compat-drivers sys-kernel/ax88179_178a x11-drivers/ati-drivers x11-drivers/nvidia-drivers sys-fs/zfs-kmod sys-kernel/spl \
sys-power/bbswitch pentoo/pentoo-installer x11-drivers/xf86-video-virtualbox app-emulation/virtualbox-guest-additions \
app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod sys-kernel/genkernel \
app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools sys-kernel/genkernel \
sys-kernel/pentoo-sources dev-python/twisted-web net-analyzer/metasploit sci-libs/lapack-reference x11-base/xorg-drivers app-admin/genmenu"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y --autounmask=n"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --buildpkg-exclude \"${PENTOO_BINPKG_RESTRICTED}\" --usepkg-exclude \"${PENTOO_BINPKG_RESTRICTED}\""