Updated: Fri Mar 26 11:18:44 PM CET 2021
This commit is contained in:
parent
7309b371c7
commit
771c69e62d
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.11.8-gentoo-r1 Kernel Configuration
|
||||
# Linux/x86 5.11.10-gentoo Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="x86_64-pc-linux-gnu-gcc (Gentoo 10.2.0-r5 p6) 10.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
@ -332,8 +332,8 @@ CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
||||
# CONFIG_MZEN is not set
|
||||
# CONFIG_MZEN2 is not set
|
||||
# CONFIG_MPSC is not set
|
||||
# CONFIG_MATOM is not set
|
||||
# CONFIG_MCORE2 is not set
|
||||
# CONFIG_MATOM is not set
|
||||
# CONFIG_MNEHALEM is not set
|
||||
# CONFIG_MWESTMERE is not set
|
||||
# CONFIG_MSILVERMONT is not set
|
||||
@ -1593,7 +1593,12 @@ CONFIG_DNS_RESOLVER=m
|
||||
CONFIG_OPENVSWITCH=m
|
||||
CONFIG_OPENVSWITCH_GRE=m
|
||||
CONFIG_OPENVSWITCH_VXLAN=m
|
||||
# CONFIG_VSOCKETS is not set
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VSOCKETS_DIAG=m
|
||||
CONFIG_VSOCKETS_LOOPBACK=m
|
||||
CONFIG_VMWARE_VMCI_VSOCKETS=m
|
||||
CONFIG_VIRTIO_VSOCKETS=m
|
||||
CONFIG_VIRTIO_VSOCKETS_COMMON=m
|
||||
# CONFIG_NETLINK_DIAG is not set
|
||||
CONFIG_MPLS=y
|
||||
CONFIG_NET_MPLS_GSO=m
|
||||
@ -2141,7 +2146,7 @@ CONFIG_CB710_DEBUG_ASSUMPTIONS=y
|
||||
# CONFIG_INTEL_MEI_ME is not set
|
||||
# CONFIG_INTEL_MEI_TXE is not set
|
||||
# CONFIG_INTEL_MEI_HDCP is not set
|
||||
# CONFIG_VMWARE_VMCI is not set
|
||||
CONFIG_VMWARE_VMCI=m
|
||||
# CONFIG_GENWQE is not set
|
||||
# CONFIG_ECHO is not set
|
||||
# CONFIG_MISC_ALCOR_PCI is not set
|
||||
@ -6047,6 +6052,7 @@ CONFIG_VHOST=m
|
||||
CONFIG_VHOST_MENU=y
|
||||
CONFIG_VHOST_NET=m
|
||||
# CONFIG_VHOST_SCSI is not set
|
||||
# CONFIG_VHOST_VSOCK is not set
|
||||
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
|
||||
|
||||
#
|
||||
|
@ -27,7 +27,6 @@ acct-group/vboxguest
|
||||
acct-group/vboxsf
|
||||
acct-group/vboxusers
|
||||
acct-group/video
|
||||
acct-group/vmware
|
||||
acct-user/avahi
|
||||
acct-user/bitlbee
|
||||
acct-user/geoclue
|
||||
@ -96,6 +95,9 @@ app-emulation/qemu
|
||||
app-emulation/runc
|
||||
app-emulation/spice
|
||||
app-emulation/spice-protocol
|
||||
app-emulation/virtualbox
|
||||
app-emulation/virtualbox-guest-additions
|
||||
app-emulation/virtualbox-modules
|
||||
app-eselect/eselect-ctags
|
||||
app-eselect/eselect-emacs
|
||||
app-eselect/eselect-fontconfig
|
||||
@ -524,7 +526,6 @@ dev-util/meson
|
||||
dev-util/meson-format-array
|
||||
dev-util/netsurf-buildsystem
|
||||
dev-util/ninja
|
||||
dev-util/patchelf
|
||||
dev-util/patchutils
|
||||
dev-util/pkgconf
|
||||
dev-util/ragel
|
||||
@ -537,7 +538,6 @@ games-util/game-device-udev-rules
|
||||
games-util/lutris
|
||||
games-util/steam-launcher
|
||||
gnome-base/dconf
|
||||
gnome-base/gconf
|
||||
gnome-base/gnome-desktop
|
||||
gnome-base/gnome-keyring
|
||||
gnome-base/gsettings-desktop-schemas
|
||||
@ -548,6 +548,7 @@ gui-libs/display-manager-init
|
||||
gui-libs/libhandy
|
||||
lxde-base/lxappearance
|
||||
mail-client/neomutt
|
||||
mail-client/thunderbird-bin
|
||||
mail-mta/msmtp
|
||||
media-fonts/encodings
|
||||
media-fonts/font-util
|
||||
@ -589,7 +590,6 @@ media-libs/imlib2
|
||||
media-libs/jbig2dec
|
||||
media-libs/lcms
|
||||
media-libs/libaom
|
||||
media-libs/libart_lgpl
|
||||
media-libs/libass
|
||||
media-libs/libcanberra
|
||||
media-libs/libepoxy
|
||||
@ -764,6 +764,7 @@ sys-apps/shadow
|
||||
sys-apps/sysvinit
|
||||
sys-apps/tcp-wrappers
|
||||
sys-apps/texinfo
|
||||
sys-apps/usbredir
|
||||
sys-apps/usbutils
|
||||
sys-apps/usermode-utilities
|
||||
sys-apps/util-linux
|
||||
@ -1007,7 +1008,6 @@ x11-libs/libXv
|
||||
x11-libs/libXxf86vm
|
||||
x11-libs/pango
|
||||
x11-libs/pixman
|
||||
x11-libs/startup-notification
|
||||
x11-libs/xcb-util
|
||||
x11-libs/xcb-util-cursor
|
||||
x11-libs/xcb-util-image
|
||||
|
@ -7,11 +7,8 @@ FFLAGS="${COMMON_FLAGS}"
|
||||
PORTAGE_BINHOST="http://packages.gentooexperimental.org/packages/"
|
||||
GENTOO_MIRRORS="https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ https://gentoo.osuosl.org/ http://ftp.vectranet.pl/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/"
|
||||
|
||||
#MAKEOPTS="-j8 --load-average=6.4"
|
||||
#EMERGE_DEFAULT_OPTS="--jobs=8 --load-average=6.4 --with-bdeps=y --keep-going=y --quiet-build"
|
||||
|
||||
MAKEOPTS="-j8"
|
||||
EMERGE_DEFAULT_OPTS="--jobs=8 --with-bdeps=y --keep-going=y --quiet-build"
|
||||
MAKEOPTS="-j8 --load-average=6.4"
|
||||
EMERGE_DEFAULT_OPTS="--jobs=8 --load-average=6.4 --with-bdeps=y --keep-going=y --quiet-build"
|
||||
|
||||
ACCEPT_LICENSE="*"
|
||||
ACCEPT_KEYWORDS="~amd64"
|
||||
|
@ -60,6 +60,9 @@ sys-devel/gcc lto pgo
|
||||
|
||||
# QEMU
|
||||
app-emulation/qemu nfs spice ssh vnc QEMU_SOFTMMU_TARGETS: x86_64 QEMU_USER_TARGETS: x86_64
|
||||
app-emulation/virt-manager gtk
|
||||
>=net-misc/spice-gtk-0.39 usbredir
|
||||
>=net-dns/dnsmasq-2.84-r101 script
|
||||
|
||||
#KODI
|
||||
>=dev-libs/boost-1.72.0 abi_x86_32
|
||||
@ -399,5 +402,9 @@ dev-lang/spidermonkey clang
|
||||
# Opera
|
||||
www-client/opera widevine
|
||||
|
||||
# VirtualBox
|
||||
media-libs/libsdl X
|
||||
|
||||
#VMWare
|
||||
media-plugins/alsa-plugins speex
|
||||
app-emulation/vmware-workstation doc macos-guests vmware-tools-darwin vmware-tools-darwinPre15 vmware-tools-linux vmware-tools-netware vmware-tools-windows
|
||||
|
Loading…
Reference in New Issue
Block a user