mirror of
https://github.com/MorizzG/portage-conf.git
synced 2026-08-05 21:30:33 +00:00
Compare commits
4 changed files with 4 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,7 +1,6 @@
|
|||
/savedconfig/
|
||||
|
||||
/make.conf/10local
|
||||
/package.mask/10local
|
||||
|
||||
cross-*
|
||||
crossdev*
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.comman
|
|||
|
||||
USE="dist-kernel llvm-libunwind lto zstd"
|
||||
USE="${USE} pulseaudio"
|
||||
USE="${USE} -cups -gpm -systemd -wayland"
|
||||
USE="${USE} -cups -gpm -systemd" # -wayland
|
||||
|
||||
|
||||
# PYTHON_TARGETS="python3_11 python3_12"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
virtual/rust ~amd64
|
||||
dev-lang/rust ~amd64
|
||||
dev-lang/rust-bin ~amd64
|
||||
# virtual/rust ~amd64
|
||||
# dev-lang/rust ~amd64
|
||||
# dev-lang/rust-bin ~amd64
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@
|
|||
# required by thunar (argument)
|
||||
dev-libs/libdbusmenu gtk3
|
||||
|
||||
xfce-base/thunar -trash-panel-plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue