From 5380ec14a9385bc261239e9dbb8a0d66636d48e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 4 Apr 2023 18:13:55 +0200 Subject: pic hosting, qemu, emaint sbin --- etc/portage/make.conf | 4 +++- etc/portage/package.accept_keywords/conf | 1 + etc/portage/package.unmask | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 etc/portage/package.unmask (limited to 'etc') diff --git a/etc/portage/make.conf b/etc/portage/make.conf index c6c6c2d..6409837 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -18,7 +18,7 @@ MAKEOPTS="-j$(ssh `cat /etc/distcc/hosts | grep -v '#' | cut -d/ -f1` nproc || n GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://packages.hs-regensburg.de/gentoo-distfiles/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.tu-ilmenau.de/mirror/gentoo/ http://ftp.fau.de/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo" # mirrorselect -i -o >> /etc/portage/make.conf -USE="vim-syntax ffmpeg pulseaudio native-headset dbus acpi mtp fuse system-bootstrap" +USE="vim-syntax ffmpeg pulseaudio native-headset dbus acpi mtp fuse system-bootstrap lvm imagemagick" USE="$USE adblock websockets" # qutebrowser USE="$USE vnc rdp ssh" # remmina USE="$USE extra graphics science publishers music" # texlive @@ -56,6 +56,8 @@ USE="$USE otf" # ta terminus USE="$USE system-llvm clippy rust-src rust-analyzer rustfmt" # za rust USE="$USE btrfs" # za docker USE="$USE opencv" # za pytorch +USE="$USE eai" # za postfix smtputf8 +USE="$USE vhost-net qemu" # za qemu CALLIGRA_FEATURES="stage words sheets" PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index cd568c3..dcbaee0 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -29,3 +29,4 @@ net-wireless/chirp ~* www-apps/element ~* sci-visualization/fityk ~* dev-python/tikzplotlib ~* +www-apps/piwigo ~* diff --git a/etc/portage/package.unmask b/etc/portage/package.unmask new file mode 100644 index 0000000..054fd29 --- /dev/null +++ b/etc/portage/package.unmask @@ -0,0 +1 @@ +sys-firmware/*-bin -- cgit v1.2.3