Commit: 748bafe298e3e0f870ff12151702070754b81be3
Parent: d0c111e357d1f8ee827cab0370bb0d2f6bd59e43
Author: 0x766F6964
Date: Fri, 12 Feb 2021 00:56:54 -0700
update portage config
Diffstat:
11 files changed, 24 insertions(+), 35 deletions(-)
diff --git a/.sys/etc/portage/package.accept_keywords/set b/.sys/etc/portage/package.accept_keywords/set
@@ -14,7 +14,7 @@ media-fonts/* ~amd64
~x11-misc/xidle-26052015 ~amd64
-=virtual/rust-1.46.0 ~amd64
+dev-lang/rust::smaeul ~amd64
# Personally Unmasked
app-misc/abduco ~amd64
@@ -24,10 +24,8 @@ media-sound/ncmpcpp ~amd64
media-video/mpv ~amd64
net-misc/youtube-dl ~amd64
-~www-client/firefox-80.0 ~amd64
-~dev-libs/nss-3.55 ~amd64
-~dev-libs/nspr-4.26 ~amd64
-~media-libs/harfbuzz-2.6.8 ~amd64
+~www-client/librewolf-84.0.2 ~amd64
+~dev-libs/nss-3.61 ~amd64
-dev-lang/lua:5.2 ~amd64
-~app-eselect/eselect-lua-1 ~amd64
+~dev-lang/lua-5.2.4 ~amd64
+~app-eselect/eselect-lua-4 ~amd64
diff --git a/.sys/etc/portage/package.mask/set b/.sys/etc/portage/package.mask/set
@@ -1,6 +1,4 @@
media-libs/mesa::gentoo
-# gtk3
->media-gfx/gimp-2.8.22-r5
>sys-boot/syslinux-4.07
diff --git a/.sys/etc/portage/package.unmask b/.sys/etc/portage/package.unmask
@@ -1,9 +1,6 @@
-~www-client/firefox-80.0
-
=dev-util/android-tools-5.1.1_p13
dev-lang/lua:5.2
-=app-eselect/eselect-lua-1
app-editors/nvi
diff --git a/.sys/etc/portage/package.use/anki b/.sys/etc/portage/package.use/anki
@@ -0,0 +1,5 @@
+dev-python/PyQt5 svg widgets gui printsupport network webchannel
+dev-qt/qtwebengine widgets
+dev-qt/qtwebchannel qml
+dev-libs/libxml2 icu
+media-libs/libvpx svc
diff --git a/.sys/etc/portage/package.use/dev b/.sys/etc/portage/package.use/dev
@@ -1,10 +1,11 @@
dev-db/sqlite secure-delete
dev-lang/lua static
+dev-lang/luajit lua52compat
dev-lang/python ncurses readline
dev-lang/python:2.7 sqlite
dev-lang/python sqlite
dev-lang/rust system-bootstrap system-llvm
-dev-libs/boost nls
+dev-libs/boost nls icu
dev-libs/elfutils -utils
dev-libs/libressl static-libs -asm
dev-libs/nss -nss-pem
diff --git a/.sys/etc/portage/package.use/media b/.sys/etc/portage/package.use/media
@@ -17,4 +17,4 @@ media-sound/mpd -fifo -mad -curl -icu -network
media-sound/ncmpcpp taglib outputs
media-sound/vorbis-tools -ogg123
media-video/ffmpeg openssl libdrm libass mp3 x264 x265 -hardcoded-tables
-media-video/mpv cli drm gbm lua -jpeg -xv -uchardet -vaapi
+media-video/mpv cli drm gbm lua -jpeg -xv -uchardet -vaapi lua_single_target_lua5-2 -lua_single_target_lua5-1
diff --git a/.sys/etc/portage/package.use/www b/.sys/etc/portage/package.use/www
@@ -1,2 +1,2 @@
-www-client/firefox bindist clang -system-jpeg system-libevent system-libvpx system-sqlite system-harfbuzz system-icu custom-optimization custom-cflags
+www-client/librewolf bindist clang custom-optimization custom-cflags
www-client/lynx cjk
diff --git a/.sys/etc/portage/patches/www-client/firefox/avoid-redefinition.patch b/.sys/etc/portage/patches/www-client/firefox/avoid-redefinition.patch
@@ -1,15 +0,0 @@
-Author: Rasmus Thomsen <oss@cogitri.dev>
-Reason: FF is mixing userspace net headers (net/if.h) and kernelspace ones
-(linux/if.h), leading to redefinitions. We need to include net/if.h before
-linux/if.h because linux/if.h has redifinition guards whereas net/if.h doesnt
-Upstream: No
---- a/media/mtransport/third_party/nICEr/src/stun/addrs-netlink.c.orig 2020-07-28 19:24:32.359751046 +0200
-+++ b/media/mtransport/third_party/nICEr/src/stun/addrs-netlink.c 2020-07-28 19:24:37.856343751 +0200
-@@ -31,6 +31,7 @@
- */
-
- #if defined(LINUX)
-+#include <net/if.h>
- #include "addrs-netlink.h"
- #include <csi_platform.h>
- #include <assert.h>
diff --git a/.sys/etc/portage/profile/package.provided b/.sys/etc/portage/profile/package.provided
@@ -1,3 +1,3 @@
dev-libs/libbsd-0.8.6 # provided by musl
#sys-libs/zlib-1.2.11-r1 # sortix libz
-virtual/tmpfiles-0 # old openrc doesn't need this
+virtual/tmpfiles-0-r1 # old openrc doesn't need this
diff --git a/.sys/etc/portage/repos.conf b/.sys/etc/portage/repos.conf
@@ -15,12 +15,17 @@ location = /usr/portage/musl
sync-type = git
sync-uri = git://anongit.gentoo.org/proj/musl.git
-[palemoon]
-location = /usr/portage/palemoon
+[libressl]
+location = /usr/portage/libressl
sync-type = git
-sync-uri = https://github.com/deu/palemoon-overlay.git
+sync-uri = https://anongit.gentoo.org/git/repo/proj/libressl.git
[smaeul]
location = /usr/portage/smaeul
sync-type = git
sync-uri = https://github.com/smaeul/portage-overlay.git
+
+[librewolf]
+location = /usr/portage/librewolf
+sync-type = git
+sync-uri = https://gitlab.com/librewolf-community/browser/gentoo.git
diff --git a/.sys/var/lib/portage/world b/.sys/var/lib/portage/world
@@ -56,7 +56,7 @@ sys-fs/cryptsetup
sys-fs/ntfs3g
sys-fs/simple-mtpfs
sys-kernel/gentoo-sources
-www-client/firefox
+www-client/librewolf
www-client/surfraw
x11-apps/xrandr
x11-apps/xset