Updated for vintagestory, gpu passthrough, and system update
This commit is contained in:
parent
9f197f9a26
commit
db8a1db5d0
|
@ -19,6 +19,8 @@ INPUT_DEVICES="libinput wacom"
|
|||
PYTHON_TARGETS="python3_8"
|
||||
PYTHON_SINGLE_TARGET="python3_8"
|
||||
|
||||
RUBY_TARGETS="ruby26"
|
||||
|
||||
AUD="pulseaudio"
|
||||
GFX="vulkan -branding"
|
||||
KIT="-gnome -gtk -gtk2 -gtk3 -qt4"
|
||||
|
|
|
@ -1,7 +1,17 @@
|
|||
app-admin/bitwarden-desktop-bin ~amd64
|
||||
=app-shells/powerline-9999 **
|
||||
dev-lang/mono ~amd64
|
||||
dev-libs/rocm-* ~amd64
|
||||
dev-libs/rocclr ~amd64
|
||||
dev-libs/rocr-runtime ~amd64
|
||||
dev-libs/roct-* ~amd64
|
||||
dev-python/PyQt5 ~amd64
|
||||
dev-qt/* ~amd64
|
||||
dev-util/rocm-* ~amd64
|
||||
games-mud/tintin ~amd64
|
||||
kde-apps/* ~amd64
|
||||
kde-frameworks/* ~amd64
|
||||
kde-plasma/* ~amd64
|
||||
mail-client/aerc ~amd64
|
||||
media-gfx/imagemagick ~amd64
|
||||
media-gfx/maim ~amd64
|
||||
|
@ -11,8 +21,11 @@ net-im/dino ~amd64
|
|||
net-im/element-desktop-bin ~amd64
|
||||
net-im/slack ~amd64
|
||||
net-vpn/protonvpn-cli ~amd64
|
||||
sci-biology/foldingathome ~amd64
|
||||
sys-devel/llvm-roc ~amd64
|
||||
sys-kernel/gentoo-sources ~amd64
|
||||
www-apps/hugo ~amd64
|
||||
www-client/badwolf ~amd64
|
||||
x11-misc/slop ~amd64
|
||||
|
||||
# 3rd-party overlay things
|
||||
|
|
|
@ -2,6 +2,5 @@ games-util/steam-launcher ValveSteamLicense
|
|||
media-sound/spotify Spotify
|
||||
net-im/discord-bin all-rights-reserved
|
||||
net-im/slack all-rights-reserved
|
||||
sci-biology/foldingathome FAH-EULA-2014 FAH-special-permission
|
||||
sys-kernel/linux-firmware linux-fw-redistributable no-source-code
|
||||
# required by google-chrome (argument)
|
||||
>=www-client/google-chrome-87.0.4280.88 google-chrome
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
>=dev-lang/python-3.8.99
|
||||
<=dev-lang/python-3.6
|
||||
##################################<=dev-lang/python-3.6
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# required by app-emulation/libvirt-6.8.0-r2::gentoo[virt-network]
|
||||
# required by libvirt (argument)
|
||||
>=net-dns/dnsmasq-2.82 script
|
|
@ -0,0 +1 @@
|
|||
sys-devel/gcc fortran
|
|
@ -0,0 +1 @@
|
|||
media-libs/libsdl2 gles2
|
|
@ -0,0 +1 @@
|
|||
app-emulation/libvirt libvirtd virt-network
|
|
@ -0,0 +1 @@
|
|||
#dev-lang/mono minimal
|
|
@ -0,0 +1 @@
|
|||
media-libs/nettle gmp
|
|
@ -0,0 +1 @@
|
|||
app-emulation/qemu spice usb usbredir
|
|
@ -0,0 +1,4 @@
|
|||
# required by app-emulation/virt-manager-3.1.0::gentoo[gtk]
|
||||
# required by @selected
|
||||
# required by @world (argument)
|
||||
>=net-misc/spice-gtk-0.37-r2 gtk3 usbredir
|
|
@ -0,0 +1 @@
|
|||
app-emulation/virt-manager gtk
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,5 @@
|
|||
#undef BANNER_TIMEOUT
|
||||
#define BANNER_TIMEOUT 0
|
||||
#define NET_PROTO_IPV6
|
||||
#define VMWARE_SETTINGS
|
||||
#define CONSOLE_VMWARE
|
6
world
6
world
|
@ -3,9 +3,13 @@ app-admin/keepassxc
|
|||
app-admin/metalog
|
||||
app-editors/vim
|
||||
app-editors/vscodium
|
||||
app-emulation/libvirt
|
||||
app-emulation/qemu
|
||||
app-emulation/virt-manager
|
||||
app-misc/neofetch
|
||||
app-shells/powerline
|
||||
dev-lang/elixir
|
||||
dev-lang/mono
|
||||
dev-vcs/git
|
||||
games-action/multimc
|
||||
games-mud/tintin
|
||||
|
@ -21,6 +25,7 @@ media-fonts/noto-emoji
|
|||
media-gfx/gimp
|
||||
media-gfx/imagemagick
|
||||
media-gfx/maim
|
||||
media-libs/sdl2-ttf
|
||||
media-sound/alsa-utils
|
||||
media-sound/mumble
|
||||
media-sound/spotify
|
||||
|
@ -35,6 +40,7 @@ net-im/slack
|
|||
net-im/telegram-desktop
|
||||
net-irc/quassel
|
||||
net-libs/nodejs
|
||||
net-misc/dhcpcd
|
||||
net-misc/kristall
|
||||
net-misc/nextcloud-client
|
||||
net-misc/ntp
|
||||
|
|
Loading…
Reference in New Issue