Various config tweaks, cleanup
This commit is contained in:
parent
e4fb57925d
commit
a86a809f65
@ -31,7 +31,7 @@ DO_USE="${DO_USE} pulseaudio alsa openal"
|
|||||||
DO_USE="${DO_USE} mpd mp3 m3u mpg123 ogg opus vorbis mad aac cdr lame libsamplerate taglib"
|
DO_USE="${DO_USE} mpd mp3 m3u mpg123 ogg opus vorbis mad aac cdr lame libsamplerate taglib"
|
||||||
|
|
||||||
# Middleware
|
# Middleware
|
||||||
DO_USE="${DO_USE} acpi cryptsetup curl cups git java keymap lm_sensors device-mapper gnutls net threads icu nsplugin lvm nfs libnotify python resolvconf sql sqlite spice syslog system-sqlite unicode udev xml"
|
DO_USE="${DO_USE} acpi cryptsetup curl cups git java keymap lm_sensors device-mapper gnutls net threads icu nsplugin lvm nfs libnotify python resolvconf sql sqlite spice syslog system-sqlite unicode udev xfs xml"
|
||||||
|
|
||||||
# Wireless / Network / Misc
|
# Wireless / Network / Misc
|
||||||
DO_USE="${DO_USE} bluetooth networkmanager usb wifi"
|
DO_USE="${DO_USE} bluetooth networkmanager usb wifi"
|
||||||
|
@ -27,24 +27,12 @@ x11-drivers/nvidia-drivers
|
|||||||
# app-admin/eselect-opencl
|
# app-admin/eselect-opencl
|
||||||
|
|
||||||
# AMD overclock
|
# AMD overclock
|
||||||
sys-firmware/amd-ucode
|
|
||||||
sys-power/tpc
|
sys-power/tpc
|
||||||
# sys-power/cpupower
|
# sys-power/cpupower
|
||||||
|
|
||||||
# Shiny boot
|
# Shiny boot
|
||||||
sys-boot/plymouth
|
sys-boot/plymouth
|
||||||
|
|
||||||
media-gfx/gimp
|
|
||||||
# required by media-libs/gegl-0.2.0-r2
|
|
||||||
# required by media-gfx/gimp-2.8.6
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
=media-libs/babl-0.1.10-r1 ~amd64
|
|
||||||
# required by media-gfx/gimp-2.8.6
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
=media-libs/gegl-0.2.0-r2 ~amd64
|
|
||||||
|
|
||||||
app-emulation/wine
|
app-emulation/wine
|
||||||
app-emulation/uae
|
app-emulation/uae
|
||||||
games-emulation/advancemame
|
games-emulation/advancemame
|
||||||
@ -99,3 +87,5 @@ media-video/rtmpdump **
|
|||||||
# =dev-util/patchelf-0.6 ~amd64
|
# =dev-util/patchelf-0.6 ~amd64
|
||||||
|
|
||||||
# media-video/mplayer2
|
# media-video/mplayer2
|
||||||
|
|
||||||
|
sys-block/partclone
|
||||||
|
@ -55,3 +55,6 @@ net-misc/openvpn iproute2
|
|||||||
|
|
||||||
# Games
|
# Games
|
||||||
games-fps/quake3-data cdinstall
|
games-fps/quake3-data cdinstall
|
||||||
|
|
||||||
|
sys-block/partclone fat ntfs
|
||||||
|
sys-fs/xfsprogs libxfs-dev
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#set -x
|
set -e
|
||||||
|
|
||||||
|
|
||||||
# Trigger mount
|
# Trigger mount
|
||||||
|
Loading…
Reference in New Issue
Block a user