summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-28 10:27:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-28 10:27:13 +0100
commitf4fc10428424904caf2035cffc442195cb088b2c (patch)
tree72f320d5963e55586cfdeed2b14c72b8191b6327 /profiles
parentfbd9734cedfe790955100b8e4ab3613457d77b1a (diff)
gentoo resync : 28.07.2021
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin144299 -> 144646 bytes
-rw-r--r--profiles/arch/alpha/package.use.mask12
-rw-r--r--profiles/arch/arm/armv4/package.mask3
-rw-r--r--profiles/arch/arm/armv4/package.use.mask6
-rw-r--r--profiles/arch/arm/armv4/use.mask6
-rw-r--r--profiles/arch/arm/armv4t/package.mask3
-rw-r--r--profiles/arch/arm/armv4t/package.use.mask6
-rw-r--r--profiles/arch/arm/armv4t/use.mask6
-rw-r--r--profiles/arch/arm/armv5te/package.mask3
-rw-r--r--profiles/arch/arm/armv5te/package.use.mask6
-rw-r--r--profiles/arch/arm/armv5te/use.mask7
-rw-r--r--profiles/arch/arm/package.use.mask15
-rw-r--r--profiles/arch/arm/package.use.stable.mask4
-rw-r--r--profiles/arch/arm64/package.use.mask14
-rw-r--r--profiles/arch/arm64/package.use.stable.mask4
-rw-r--r--profiles/arch/hppa/package.use.mask4
-rw-r--r--profiles/arch/ia64/package.use.mask4
-rw-r--r--profiles/arch/ia64/use.mask6
-rw-r--r--profiles/arch/powerpc/ppc32/package.use.mask4
-rw-r--r--profiles/arch/powerpc/ppc32/use.mask4
-rw-r--r--profiles/arch/powerpc/ppc64/64ul/package.use.mask18
-rw-r--r--profiles/arch/riscv/package.use.mask39
-rw-r--r--profiles/arch/sparc/package.use.mask4
-rw-r--r--profiles/arch/x86/package.use.mask5
-rw-r--r--profiles/arch/x86/package.use.stable.mask1
-rw-r--r--profiles/base/package.use.mask15
-rw-r--r--profiles/base/package.use.stable.mask1
-rw-r--r--profiles/features/musl/package.mask1
-rw-r--r--profiles/license_groups2
-rw-r--r--profiles/package.mask209
-rw-r--r--profiles/targets/desktop/plasma/package.use5
-rw-r--r--profiles/use.local.desc17
32 files changed, 206 insertions, 228 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 2e54c34a32fc..f6cc0fbae2d8 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
index 94fefc720be6..2c4a1fc7b933 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -14,11 +14,6 @@ sys-apps/iproute2 bpf
dev-python/diskcache test
# Miroslav Šulc <fordfrog@gentoo.org> (2021-03-13)
-# dev-python/sphinx_lv2_theme isn't keyworded here (bug #769413)
->=media-libs/lilv-0.24.12 doc
->=media-libs/sratom-0.6.8 doc
-
-# Miroslav Šulc <fordfrog@gentoo.org> (2021-03-13)
# virtual/jdk isn't keyworded here
media-libs/rubberband jni
@@ -58,13 +53,6 @@ app-text/dblatex inkscape
# bug #766186
dev-util/ragel doc
-# Sam James <sam@gentoo.org> (2011-01-19)
-# Joonas Niilola <juippis@gentoo.org> (2021-01-10)
-# Test-dep needs keywording on multiple arches, best to just mask it
-# globally for now. Resolves issue by b5248bbb1b5
-# bug #766147
-app-text/enchant test
-
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.
app-text/enchant voikko
diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask
index 96b2802226b3..cace21a93853 100644
--- a/profiles/arch/arm/armv4/package.mask
+++ b/profiles/arch/arm/armv4/package.mask
@@ -24,3 +24,6 @@ virtual/rust
>=x11-themes/adwaita-icon-theme-3.36
>=net-irc/polari-3.37
>=sys-apps/bat-0.18.1
+gnome-base/gdm
+gnome-extra/chrome-gnome-shell
+gnome-extra/gnome-tweaks
diff --git a/profiles/arch/arm/armv4/package.use.mask b/profiles/arch/arm/armv4/package.use.mask
new file mode 100644
index 000000000000..4645bbb40cdb
--- /dev/null
+++ b/profiles/arch/arm/armv4/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gdm requires gnome-shell requires rustified librsvg.
+x11-misc/xscreensaver gdm
diff --git a/profiles/arch/arm/armv4/use.mask b/profiles/arch/arm/armv4/use.mask
new file mode 100644
index 000000000000..3672af74ab48
--- /dev/null
+++ b/profiles/arch/arm/armv4/use.mask
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gnome-shell requires rustified librsvg.
+gnome-shell
diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask
index 96b2802226b3..cace21a93853 100644
--- a/profiles/arch/arm/armv4t/package.mask
+++ b/profiles/arch/arm/armv4t/package.mask
@@ -24,3 +24,6 @@ virtual/rust
>=x11-themes/adwaita-icon-theme-3.36
>=net-irc/polari-3.37
>=sys-apps/bat-0.18.1
+gnome-base/gdm
+gnome-extra/chrome-gnome-shell
+gnome-extra/gnome-tweaks
diff --git a/profiles/arch/arm/armv4t/package.use.mask b/profiles/arch/arm/armv4t/package.use.mask
new file mode 100644
index 000000000000..4645bbb40cdb
--- /dev/null
+++ b/profiles/arch/arm/armv4t/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gdm requires gnome-shell requires rustified librsvg.
+x11-misc/xscreensaver gdm
diff --git a/profiles/arch/arm/armv4t/use.mask b/profiles/arch/arm/armv4t/use.mask
new file mode 100644
index 000000000000..3672af74ab48
--- /dev/null
+++ b/profiles/arch/arm/armv4t/use.mask
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gnome-shell requires rustified librsvg.
+gnome-shell
diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask
index 582286839434..79fab2dd73b3 100644
--- a/profiles/arch/arm/armv5te/package.mask
+++ b/profiles/arch/arm/armv5te/package.mask
@@ -24,3 +24,6 @@ virtual/rust
>=x11-themes/adwaita-icon-theme-3.36
>=net-irc/polari-3.37
>=sys-apps/bat-0.18.1
+gnome-base/gdm
+gnome-extra/chrome-gnome-shell
+gnome-extra/gnome-tweaks
diff --git a/profiles/arch/arm/armv5te/package.use.mask b/profiles/arch/arm/armv5te/package.use.mask
new file mode 100644
index 000000000000..4645bbb40cdb
--- /dev/null
+++ b/profiles/arch/arm/armv5te/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gdm requires gnome-shell requires rustified librsvg.
+x11-misc/xscreensaver gdm
diff --git a/profiles/arch/arm/armv5te/use.mask b/profiles/arch/arm/armv5te/use.mask
index c10a8b70d18e..54666f30911e 100644
--- a/profiles/arch/arm/armv5te/use.mask
+++ b/profiles/arch/arm/armv5te/use.mask
@@ -1,3 +1,6 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
# Unmask armv5 specific USE flags
-cpu_flags_arm_v4
-cpu_flags_arm_v5
@@ -5,3 +8,7 @@
-cpu_flags_arm_edsp
-cpu_flags_arm_thumb
-cpu_flags_arm_vfp
+
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gnome-shell requires rustified librsvg.
+gnome-shell
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index ad772cf74ebe..a6b3b487b830 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,15 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2021-07-25)
+# At present, dev-lang/fpc doesn't support arm64.
+# Java isn't here either.
+# bug #801649
+dev-util/diffoscope pascal pdf
+
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
# media-libs/rnnoise, media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
media-sound/easyeffects rnnoise webrtc zamaudio
-# Sam James <sam@gentoo.org> (2021-07-17)
-# Java isn't available here right now
-dev-util/diffoscope pdf
-
# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-12)
# no stable virtual/jdk on this arch
media-libs/rubberband jni
@@ -198,7 +200,6 @@ net-analyzer/zmap mongo
# Michał Górny <mgorny@gentoo.org> (2018-04-15)
# Unkeyworded dep masks moved from default/linux.
-app-admin/diamond mongo
net-libs/gnutls test-full
# Andreas Sturmlechner <asturm@gentoo.org> (2018-03-02)
@@ -373,10 +374,6 @@ sys-block/fio glusterfs rbd
# net-misc/dahdi doesn't build
net-voip/yate dahdi
-# Rick Farina <zerochaos@gentoo.org> (2014-07-22)
-# sci-libs/mpir doesn't build
-dev-python/gmpy mpir
-
# Markus Meier <maekke@gentoo.org> (2014-06-24)
# Unkeyworded deps, bug #513108
>=net-misc/spice-gtk-0.25 smartcard
diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask
index 4f4d0363ae58..574c06df9c11 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -118,10 +118,6 @@ dev-db/mariadb galera
# Not going to be stable for now
dev-util/geany-plugins gtkspell
-# Christoph Junghans <junghans@gentoo.org> (2016-11-27)
-# no stable mpi on arm yet, but maybe in the future
-<=sci-libs/fftw-3.3.4 mpi
-
# Markus Meier <maekke@gentoo.org> (2016-09-27)
# Missing stable
dev-db/mariadb jdbc
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 1a9a8e09c6a3..8a76c66af9ec 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-24)
+# not supported on arm64
+sys-boot/grub grub_platforms_qemu grub_platforms_uboot
+
+# Sam James <sam@gentoo.org> (2021-07-25)
+# At present, dev-lang/fpc doesn't support arm64.
+# bug #801649
+dev-util/diffoscope pascal
+
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
# media-libs/rnnoise, media-libs/rubberband[ladspa], media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
@@ -79,11 +88,6 @@ net-proxy/haproxy device-atlas
# media-libs/liblastfm fails to build with tests Bug #758896
media-sound/clementine lastfm
-# Roy Bamford <neddyseagoon@gentoo.org< (2020-12-01)
-# hfs xfs fail build and/or tests on arm64
-# See bug #747181
-sys-block/gparted xfs
-
# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-08)
# dev-util/kdevelop-php is not keyworded, bug #751337
>=kde-apps/umbrello-20.08.3 php
diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask
index b33ff7a06401..e2ea9f99fff4 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -120,10 +120,6 @@ sys-devel/clang default-libcxx
# USE=doc requires USE=latex
app-doc/doxygen clang doxysearch doc
-# Mart Raudsepp <leio@gentoo.org> (2018-05-04)
-# sci-libs/mpir fails tests, bug 640424
-dev-python/gmpy mpir
-
# Michał Górny <mgorny@gentoo.org> (2018-04-15)
# Non-stable dependencies.
app-admin/syslog-ng spoof-source
diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask
index b70d106533c0..496d72d0214f 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
# request bug for the hppa arch.
+# Michał Górny <mgorny@gentoo.org> (2021-07-25)
+# PyQt5 and wxpython are not keyworded.
+dev-python/matplotlib qt5 wxwidgets
+
# Matt Turner <mattst88@gentoo.org> (2021-07-23)
# gui-libs/gtk is not keyworded
net-libs/gssdp gtk
diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
index b62e45f3bc97..cc65a287ec6c 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2021-07-25)
+# PyQt5 and wxpython are not keyworded.
+dev-python/matplotlib wxwidgets
+
# Matt Turner <mattst88@gentoo.org> (2021-07-23)
# gui-libs/gtk is not keyworded
net-libs/gssdp gtk
diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index 9fb4872834d2..8819c9d80d4b 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-ia64
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gnome-shell requires rustified librsvg.
+gnome-shell
+
# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2021-04-01)
# sys-libs/llvm-libunwind not supported on IA64.
llvm-libunwind
@@ -63,11 +67,9 @@ lm-sensors
# Stuff that doesn't work on ia64, or not tested
afs
-blas
djbfft
emboss
jack
-lapack
lqr
capi
lensfun
diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask
index ff5084873e30..b079e832af5d 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gdm requires gnome-shell requires rustified librsvg.
+x11-misc/xscreensaver gdm
+
# Matt Turner <mattst88@gentoo.org> (2021-07-23)
# gui-libs/gtk is not keyworded
net-libs/gssdp gtk
diff --git a/profiles/arch/powerpc/ppc32/use.mask b/profiles/arch/powerpc/ppc32/use.mask
index 095618568ec5..61833043490e 100644
--- a/profiles/arch/powerpc/ppc32/use.mask
+++ b/profiles/arch/powerpc/ppc32/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-ppc
+# Matt Turner <mattst88@gentoo.org> (07-25-2021)
+# gnome-shell requires rustified librsvg.
+gnome-shell
+
# Sergei Trofimovich <slyfox@gentoo.org> (2020-07-18)
# net-libs/webkit-gtk has no ppc keywords
webkit
diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
index 5bd532ae7d8d..c4328940c383 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
@@ -1,9 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-27)
+# deps are keyworded
+gnome-base/gnome-extra-apps -tracker
+
+# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-27)
+# deps not keyworded
+media-gfx/gnome-photos flickr upnp-av
+
+# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-27)
+# deps not keyworded
+gnome-base/gnome-extra-apps share
+
+# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-27)
+# keyworded and works on ppc64
+gnome-base/gnome -classic -extras
+
# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-06-06)
# deps not keyworded
-net-analyzer/netdata kinesis mongo
+net-analyzer/netdata kinesis mongodb
# Michał Górny <mgorny@gentoo.org> (2021-03-06)
# LLVM 9 has been removed.
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index 9d8e925559f0..0913c07249aa 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,8 +1,31 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Yixun Lan <dlan@gentoo.org> (2021-07-27)
+# depend on sci-physics/bullet, media-libs/libv4l, media-libs/libsdl2
+# which not keyworded
+dev-libs/efl physics sdl v4l
+
+# Marek Szuba <marecki@gentoo.org> (2021-07-27)
+# dev-libs/boxfort does not support riscv64 yet, meaning
+# dev-libs/criterion cannot be keyworded here
+app-admin/syslog-ng test
+
+# Marek Szuba <marecki@gentoo.org> (2021-07-27)
+# dev-db/mongodb does not support riscv, fails src_configure
+dev-libs/mongo-c-driver test
+dev-python/pymongo test
+
+# Alex Fan <alexfanqi@yahoo.com> (2021-07-22)
+# lack an ios device to test it
+kde-frameworks/solid ios
+
+# Alex Fan <alexfanqi@yahoo.com> (2021-07-22)
+# dependencies not keyworded/not tested
+dev-qt/qtnetwork networkmanager
+
# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-20)
-# sys-auth/sssd and it's deps not keyworded yet
+# sys-auth/sssd and its deps not keyworded yet
app-admin/sudo sssd
# Alex Fan <alexfanqi@yahoo.com> (2021-07-20)
@@ -51,6 +74,8 @@ app-crypt/heimdal afs
dev-lang/ruby xemacs
# - sci-libs/gdal
dev-python/networkx extras
+# - dev-ruby/asciidoctor
+dev-libs/nanomsg doc
# - app-text/dblatex & media-gfx/transfig
dev-util/ragel doc
# - media-libs/dumb, media-libs/openal
@@ -59,6 +84,8 @@ media-libs/allegro dumb openal
media-libs/devil nvtt
# - sys-cluster/ceph, dev-ruby/rrdtool-bindings
net-analyzer/rrdtool rados ruby
+# - net-wireless/iwd, net-misc/ofono
+net-misc/connman iwd ofono
# - dev-util/aruba & dev-util/cucumber
sys-block/thin-provisioning-tools test
# - sys-cluster/rdma-core | sys-fabric/ofed, sys-cluster/knem, sys-fabric/infinipath-psm, sys-fabric/librdmacm
@@ -71,8 +98,8 @@ sys-cluster/slurm ofed slurmdbd
dev-libs/libdbusmenu test
virtual/notification-daemon gnome kde
media-libs/libsdl nas pulseaudio
+media-libs/libsdl2 nas pulseaudio
media-libs/libcaca doc imlib
-x11-libs/tslib sdl
dev-libs/libbytesize test
sys-libs/libblockdev dmraid escrow
app-misc/geoclue modemmanager zeroconf
@@ -92,6 +119,7 @@ sys-auth/polkit kde
# Mikle Kolyada <zlogene@gentoo.org> (2020-12-03)
# Göktürk Yüksek <gokturk@gentoo.org> (2019-10-10)
# sys-libs/libunwind do not support riscv
+dev-libs/efl unwind
dev-util/strace unwind
media-libs/gstreamer unwind
media-libs/mesa unwind
@@ -109,8 +137,10 @@ net-libs/libsoup test
net-libs/libproxy spidermonkey webkit kde networkmanager
# Sam James <sam@gentoo.org> (2021-03-11)
+# Yixun Lan <dlan@gentoo.org> (2021-07-27)
# media-libs/libheif isn't keyworded here
# media-libs/libavif isn't keyworded here
+dev-libs/efl avif
media-libs/gd avif heif
# Sam James <sam@gentoo.org> (2021-02-26)
@@ -141,10 +171,7 @@ dev-libs/libpcre jit
# This includes also packages which do not support python-3 or
# do not support python-3.7 yet.
-app-admin/syslog-ng amqp geoip2 kafka mongodb redis spoof-source smtp test
-app-arch/p7zip wxwidgets
-app-text/asciidoc test
-dev-libs/libgcrypt doc
+app-admin/syslog-ng mongodb test
dev-python/argcomplete test
dev-python/aiohttp doc test
dev-python/jinja doc
diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
index 638e27c1693a..aa14039e6690 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -241,10 +241,6 @@ media-sound/dir2ogg aac wma
# app-text/mupdf sparc keyword was dropped in bug #631970
net-print/cups-filters pdf
-# Sergei Trofimovich <slyfox@gentoo.org> (2018-09-28)
-# mpir fails to build at least on sparc: bug #640424
-dev-python/gmpy mpir
-
# Sergei Trofimovich <slyfox@gentoo.org> (2018-08-30)
# dev-games/openscenegraph is a heavy unkeyworded dependency.
# Skip keywording it for now.
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index e8c84f7b7376..9889daf8c843 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Ionen Wolkens <ionen@gentoo.org> (2021-07-26)
+# nvenc on x86 needs both legacy 390 drivers and old vulnerable
+# <=media-video/ffmpeg-4.2.4, nvidia has no real x86 support.
+media-video/obs-studio nvenc
+
# Marek Szuba <marecki@gentoo.org> (2021-07-17)
# media-libs/rnnoise, media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 64d1d2f1313a..0a7d4ece539a 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -44,7 +44,6 @@ app-metrics/collectd collectd_plugins_slurm
# Mask experimental contrib repo
# (except what's needed by digikam, dilfridge)
media-libs/opencv contribcvv contribhdf contribsfm contribxfeatures2d gflags glog tesseract
-<media-libs/opencv-4.4.0 contrib contribdnn
# Mikle Kolyada <zlogene@gentoo.org> (2018-11-07)
# unmask sssd for sudo
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 925b60a9c4da..bc692130ebae 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,14 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Sam James <sam@gentoo.org> (2021-07-24)
+# USE=exec-static-trampoline can break consumers due to
+# faulty assumptions. Masked for now due to the possibility
+# of breaking systems.
+# https://archives.gentoo.org/gentoo-dev/message/576259af17d008d4ec935f69a9049af7
+# bug #801109
+dev-libs/libffi exec-static-trampoline
+
# Marek Szuba <marecki@gentoo.org> (2021-07-14)
# Several known issues (possibly with older pastix versions as well but
# in v6 they result in clear errors):
@@ -37,10 +45,6 @@ sys-kernel/dracut test
# Dependency requires sys-apps/systemd. Will only be unmasked in systemd target.
kde-plasma/plasma-meta firewall
-# Matt Turner <mattst88@gentoo.org> (2021-04-14)
-# Was masked since 2014. Unmasked starting with 0.3.13.
-<media-plugins/grilo-plugins-0.3.13 lua
-
# Joonas Niilola <juippis@gentoo.org> (2021-04-12)
# Creates +130 GB worth of bindings, possibly Gentoo-related.
# Upstream issue: https://phab.enlightenment.org/T8924
@@ -385,8 +389,7 @@ sys-libs/glibc cet
# Michał Górny <mgorny@gentoo.org> (2018-06-13)
# Requires app-arch/snappy[static-libs] that is no longer available.
-# Bugs #651604, #651606.
-<dev-libs/leveldb-1.20 static-libs
+# Bug #651606.
sys-block/fio static
# Michał Górny <mgorny@gentoo.org> (2018-05-16)
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 88ae4e887a62..cc9e7de59867 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -87,7 +87,6 @@ dev-perl/DBD-mysql mariadb
# Kent Fredric <kentnl@gentoo.org> (2019-07-30)
# These features require dev-perl/GD, which currently can't be
# considered stable due to serious defects upstream. Bug #661634
-app-misc/gcstar stats
app-misc/g15daemon perl
dev-lang/php coverage
dev-perl/Business-ISBN barcode
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index afb5ebda7f3e..427af99a5df6 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -26,7 +26,6 @@ app-editors/jasspa-microemacs
# Sergei Trofimovich <slyfox@gentoo.org> (2020-03-21)
# musl has no support for nss subsystem.
sys-auth/libnss-nis
-sys-auth/libnss-compat
# Sergei Trofimovich <slyfox@gentoo.org> (2020-03-21)
# Needs a port no musl. Uses glibc-specific termio and __getppid.
diff --git a/profiles/license_groups b/profiles/license_groups
index 67a89f4d9350..2bf6978cc2c7 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -30,7 +30,7 @@ OSI-APPROVED 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Ar
# Licenses in this list should NOT appear directly or indirectly in
# @FSF-APPROVED or @OSI-APPROVED.
# Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-1.1 CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LPPL-1.3 LPPL-1.3b lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug xtrs ZSH
+MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LPPL-1.3 LPPL-1.3b lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug xtrs ZSH
# Metaset for all free software
FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
diff --git a/profiles/package.mask b/profiles/package.mask
index 1ca3a3f69be7..cac5efe8bf9d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,59 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2021-07-26)
+# Fails to build with GCC 11. No activity upstream.
+# Removal on 2021-08-26. bug #740536, bug #624746.
+media-sound/tapestrea
+
+# Sam James <sam@gentoo.org> (2021-07-26)
+# Rather out of date, several open bugs, fails to build with GCC 11.
+# Removal in 2021-08-26.
+# bug #793020, bug #692976, bug #741600, bug #703948, bug #674334.
+sci-misc/tango
+
+# Sam James <sam@gentoo.org> (2021-07-26)
+# Fails to build with GCC 11.
+# Removal on 2021-08-26. bug #788577.
+net-im/minbif
+
+# Sam James <sam@gentoo.org> (2021-07-26)
+# No activity upstream. No reverse dependencies (library).
+# Fails to build with GCC 11.
+# Removal on 2021-08-26. bug #787113, bug #735714, bug #657510.
+dev-cpp/libxsd-frontend
+
+# John Helmert III <ajak@gentoo.org> (2021-07-26)
+# Open security bug, service backing it seems to be dead, making these
+# packages useless. Old EAPIs. Removal on 2021-08-26. Bug #630814
+app-portage/getdelta
+app-portage/deltup
+
+# John Helmert III <ajak@gentoo.org> (2021-07-26)
+# Maintained needed, open security bug, uninterested upstream.
+# No revdeps. Removal on 2021-08-26. Bug #752408.
+app-text/lout
+
+# David Seifert <soap@gentoo.org> (2021-07-26)
+# Fails to build with GCC 11, terrible codebase, tests fail with
+# modern ImageMagick, last release over 12 years ago.
+# Bug #725436, #786915, removal in 30 days.
+sci-electronics/drawtiming
+
+# Sam James <sam@gentoo.org> (2021-07-25)
+# No activity upstream since 2014. Fails to build with GCC 11.
+# Only one reverse dependency (media-libs/openexr_ctl) which
+# is uninstallable.
+# Removal on 2021-08-25. bug #789792, bug #715298.
+media-libs/ctl
+media-libs/openexr_ctl
+
+# Michał Górny <mgorny@gentoo.org> (2021-07-25)
+# Conflicts with dev-python/pyxdg. Upstream is unwilling to resolve
+# this. The only revdep has been patched to use pyxdg.
+# Removal on 2021-08-24. Bug #804127.
+dev-python/xdg
+
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-07-24)
# API, its only consumer is last-rited
# removal in 30 days
@@ -86,12 +139,6 @@ perl-core/Dumpvalue
perl-core/Encode
perl-core/ExtUtils-Constant
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-17)
-# Obsolete virtual; package was removed from the Perl
-# core distribution. Please depend on dev-perl/Pod-Parser
-# instead. Removal in 30 days.
-virtual/perl-Pod-Parser
-
# Hans de Graaff <graaff@gentoo.org> (2021-07-17)
# Deprecated upstream, replaced with factory_bot.
# Last release in 2017, no dependencies.
@@ -246,13 +293,10 @@ dev-ruby/rash
# Aaron W. Swenon <titanofold@gentoo.org> (2021-07-05)
# PostgreSQL 9.5 has reached end of life and will no longer receive any
# updates -- security or otherwise -- from upstream or Gentoo.
-#
# You should migrate immediately.
# https://wiki.gentoo.org/wiki/PostgreSQL/QuickStart#Post-9.0_Migration
-#
# For more information about PostgreSQL's versioning policy, see:
-# https://www.postgresql.org/support/versioning/
-#
+# https://www.postgresql.org/support/versioning/#
# Removal after 2021-08-04.
dev-db/postgresql:9.5
@@ -325,12 +369,6 @@ sys-libs/db:5.1
# Removal on 2021-07-27
media-sound/loudness-scanner
-# Matt Turner <mattst88@gentoo.org> (2021-06-25)
-# Last release in 2015. Many open bugs. No reverse dependencies.
-# Bugs #312935, #341923, #629050, #739984, #775761, #777534
-# Removal on 2021-07-25
-media-gfx/ufraw
-
# Marek Szuba <marecki@genoo.org> (2021-06-25)
# Unslotted version conflicting with lua eclasses.
# No revdeps left. EAPI 5. Removal in 30 days (Bug #798693)
@@ -341,12 +379,6 @@ dev-lang/lua:0
# see https://bugs.gentoo.org/794562
dev-java/bctsp
-# Michał Górny <mgorny@gentoo.org> (2021-06-24)
-# Package of huge complexity, given its premise. Unmaintained
-# in Gentoo. No revdeps.
-# Removal on 2021-07-24. Bug #798291.
-dev-python/frozendict
-
# Miroslav Šulc <fordfrog@gentoo.org> (2021-06-23)
# obsolete, no consumers
# see bug: https://bugs.gentoo.org/797739
@@ -374,35 +406,10 @@ dev-java/jibx-tools
# which is currently not available in Gentoo.
>=games-server/minecraft-server-1.17
-# Zac Medico <zmedico@gentoo.org> (2021-06-19)
-# Upstream inactive and fails to compile.
-# Removal on 2021-07-19. Bug #786279.
-app-misc/rq
-
-
-# Michał Górny <mgorny@gentoo.org> (2021-06-19)
-# Conflicts with app-arch/brotli[python]. Discontinued in favor
-# of dev-python/brotlicffi. No revdeps remain.
-# Removal on 2021-07-19. Bug #796749.
-dev-python/brotlipy
-
-# Mike Gilbert <floppym@gentoo.org> (2021-06-17)
-# rescan-scsi-bus.sh is installed by >=sys-apps/sg3_utils-1.44, rendering
-# this package redundant.
-# Removal on 2021-07-17.
-sys-apps/rescan-scsi-bus
-
# Davide Pesavento <pesa@gentoo.org> (2021-06-15)
# Masked for revdep testing.
>=dev-python/sip-6
-# Sam James <sam@gentoo.org> (2021-06-15)
-# Fails to build with GCC 11. Strange build system that needs more
-# work to function properly (and integrate better). Several open bugs.
-# bug #795999, bug #787902, bug #766033, bug #724674, bug #713206.
-# Removal on 2021-07-15.
-media-sound/sc2mpd
-
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-06-14)
# DeprecatedDep jre-1.3, upstream dead,removal in 30 days
# see bug: https://bugs.gentoo.org/787410
@@ -415,17 +422,6 @@ media-gfx/povtree
>=dev-lang/ocaml-4.12
=dev-ml/camlp4-4.12
-# Sam James <sam@gentoo.org> (2021-06-10)
-# Fails to build with modern libetpan. Unmaintained.
-# See bug #699570, bug #448574.
-# Removal on 2021-07-10.
-mail-client/etpan-ng
-
-# Michał Górny <mgorny@gentoo.org> (2021-06-05)
-# A backport for 'older Python versions' with no revdeps.
-# Removal on 2021-07-05. Bug #794268.
-dev-python/chainmap
-
# Stephan Hartmann <sultan@gentoo.org> (2021-06-05)
# Dev channel releases are only for people who
# are developers or want more experimental features
@@ -437,12 +433,6 @@ dev-python/chainmap
# Add support for OAUTH2 for those needing it
=net-mail/fetchmail-7.0.0_alpha*
-# Michał Górny <mgorny@gentoo.org> (2021-06-02)
-# This is Python 2/3 compatibility layer that was used shortly
-# by dev-python/pip. No revdeps left.
-# Removal on 2021-07-02. Bug #793902.
-dev-python/csv23
-
# Sam James <sam@gentoo.org> (2021-06-01)
# Possible issues with new ALSA release
# See bug #793410
@@ -456,96 +446,6 @@ dev-python/csv23
# Requires removed media-libs/opencv version.
<media-plugins/gst-plugins-opencv-1.18
-# Sam James <sam@gentoo.org> (2021-05-30)
-# GStreamer 1.18.x! Masked for testing.
-# This is a large suite of packages, so please
-# be patient and report bugs if you choose to
-# unmask.
-# bug #756298, bug #690468.
-~dev-python/gst-python-1.18.4
-~media-libs/gst-plugins-bad-1.18.4
-~media-libs/gst-plugins-base-1.18.4
-~media-libs/gst-plugins-good-1.18.4
-~media-libs/gst-plugins-ugly-1.18.4
-~media-libs/gstreamer-1.18.4
-~media-libs/gst-rtsp-server-1.18.4
-~media-plugins/gst-plugins-a52dec-1.18.4
-~media-plugins/gst-plugins-amr-1.18.4
-~media-plugins/gst-plugins-assrender-1.18.4
-~media-plugins/gst-plugins-bluez-1.18.4
-~media-plugins/gst-plugins-bs2b-1.18.4
-~media-plugins/gst-plugins-cairo-1.18.4
-~media-plugins/gst-plugins-cdio-1.18.4
-~media-plugins/gst-plugins-cdparanoia-1.18.4
-~media-plugins/gst-plugins-chromaprint-1.18.4
-~media-plugins/gst-plugins-colormanagement-1.18.4
-~media-plugins/gst-plugins-dash-1.18.4
-~media-plugins/gst-plugins-dtls-1.18.4
-~media-plugins/gst-plugins-dts-1.18.4
-~media-plugins/gst-plugins-dv-1.18.4
-~media-plugins/gst-plugins-dvb-1.18.4
-~media-plugins/gst-plugins-dvdread-1.18.4
-~media-plugins/gst-plugins-faac-1.18.4
-~media-plugins/gst-plugins-faad-1.18.4
-~media-plugins/gst-plugins-flac-1.18.4
-~media-plugins/gst-plugins-gdkpixbuf-1.18.4
-~media-plugins/gst-plugins-gtk-1.18.4
-~media-plugins/gst-plugins-hls-1.18.4
-~media-plugins/gst-plugins-jack-1.18.4
-~media-plugins/gst-plugins-jpeg-1.18.4
-~media-plugins/gst-plugins-kate-1.18.4
-~media-plugins/gst-plugins-ladspa-1.18.4
-~media-plugins/gst-plugins-lame-1.18.4
-~media-plugins/gst-plugins-libav-1.18.4
-~media-plugins/gst-plugins-libde265-1.18.4
-~media-plugins/gst-plugins-libmms-1.18.4
-~media-plugins/gst-plugins-libpng-1.18.4
-~media-plugins/gst-plugins-libvisual-1.18.4
-~media-plugins/gst-plugins-lv2-1.18.4
-~media-plugins/gst-plugins-meta-1.18.4
-~media-plugins/gst-plugins-modplug-1.18.4
-~media-plugins/gst-plugins-mpeg2dec-1.18.4
-~media-plugins/gst-plugins-mpeg2enc-1.18.4
-~media-plugins/gst-plugins-mpg123-1.18.4
-~media-plugins/gst-plugins-mplex-1.18.4
-~media-plugins/gst-plugins-neon-1.18.4
-~media-plugins/gst-plugins-ofa-1.18.4
-~media-plugins/gst-plugins-opencv-1.18.4
-~media-plugins/gst-plugins-openh264-1.18.4
-~media-plugins/gst-plugins-opus-1.18.4
-~media-plugins/gst-plugins-oss-1.18.4
-~media-plugins/gst-plugins-pulse-1.18.4
-~media-plugins/gst-plugins-raw1394-1.18.4
-~media-plugins/gst-plugins-resindvd-1.18.4
-~media-plugins/gst-plugins-rtmp-1.18.4
-~media-plugins/gst-plugins-shout2-1.18.4
-~media-plugins/gst-plugins-sidplay-1.18.4
-~media-plugins/gst-plugins-smoothstreaming-1.18.4
-~media-plugins/gst-plugins-soundtouch-1.18.4
-~media-plugins/gst-plugins-soup-1.18.4
-~media-plugins/gst-plugins-speex-1.18.4
-~media-plugins/gst-plugins-srt-1.18.4
-~media-plugins/gst-plugins-srtp-1.18.4
-~media-plugins/gst-plugins-taglib-1.18.4
-~media-plugins/gst-plugins-twolame-1.18.4
-~media-plugins/gst-plugins-uvch264-1.18.4
-~media-plugins/gst-plugins-v4l2-1.18.4
-~media-plugins/gst-plugins-vaapi-1.18.4
-~media-plugins/gst-plugins-voaacenc-1.18.4
-~media-plugins/gst-plugins-voamrwbenc-1.18.4
-~media-plugins/gst-plugins-vpx-1.18.4
-~media-plugins/gst-plugins-wavpack-1.18.4
-~media-plugins/gst-plugins-webrtc-1.18.4
-~media-plugins/gst-plugins-x264-1.18.4
-~media-plugins/gst-plugins-x265-1.18.4
-~media-plugins/gst-plugins-ximagesrc-1.18.4
-~media-plugins/gst-plugins-zbar-1.18.4
-
-# Andrey Grozin <grozin@gentoo.org> (2021-05-25)
-# DEPENDs on sci-libs/proj-8
-# Unmask after unmasking proj-8
->=sci-geosciences/qmapshack-1.16
-
# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-24)
# it's just a demo project, not a real app, see disclaimer
# at https://github.com/romainguy/jext
@@ -639,6 +539,7 @@ sys-devel/autoconf:2.71
# which haven't yet ported.
# bug #729098
>=sci-libs/proj-8.0.0
+>=sci-geosciences/qmapshack-1.16
# Sam James <sam@gentoo.org> (2021-02-18)
# 0.9.27 included a regression wrt deletes
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use
index 1ebc67017da5..dea40502c379 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Required by kde-apps/okular[pdf]
-app-text/poppler nss
+# NSS: Required by kde-apps/okular[pdf]
+# Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888)
+app-text/poppler nss boost
# Required by sys-apps/fwupd, a dependency of kde-plasma/discover
dev-libs/libjcat gpg pkcs7
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 46183b1f0d4d..395d55f62969 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -92,8 +92,7 @@ app-admin/pass-otp:qrcode - Add support for qrcodes using media-gfx/qrencode
app-admin/passwordsafe:qr - Enable QR code password display
app-admin/passwordsafe:xml - Enable XML import support
app-admin/passwordsafe:yubikey - Enable support for Yubikey
-app-admin/prelude-manager:dbx - Enables Prelude Manager storing Prelude alerts into database through dev-libs/libpreludedb .
-app-admin/prelude-manager:tcpwrapper - Enables Prelude Manager using tcp wrapper. It requires sys-apps/tcp-wrappers .
+app-admin/prelude-manager:dbx - Enables Prelude Manager storing Prelude alerts into database through dev-libs/libpreludedb
app-admin/puppet:augeas - Enable augeas support
app-admin/puppet:diff - Enable diff support
app-admin/puppet:rrdtool - Enable rrdtool support
@@ -1105,8 +1104,8 @@ app-text/pdfgrep:unac - Removing accents and ligatures before search
app-text/pelican:markdown - Markdown support
app-text/podofo:boost - Add support for boost
app-text/podofo:tools - Build and install commandline tools.
+app-text/poppler:boost - Use boost::small_vector for a serious performance gain
app-text/poppler:nss - Enable signatures handling with dev-libs/nss
-app-text/poppler:splash - Build the Splash graphics backend (requires dev-libs/boost)
app-text/poppler:utils - Install command-line PDF converters and various utilities.
app-text/qpdfview:fitz - Use experimental fitz rendering, provided by app-text/mupdf, instead of poppler
app-text/qpdfview:synctex - Add support for searching TeX sources
@@ -1499,10 +1498,7 @@ dev-haskell/lens:benchmark-uniplate - Enable benchmarking against Neil Mitchell'
dev-haskell/lens:dump-splices - Build and run the doctests test-suite.
dev-haskell/lens:inlining - Generate inline pragmas when using template-haskell. This defaults to enabled, but you can to shut it off to benchmark the relative performance impact, or as last ditch effort to address compile errors resulting from the myriad versions of template-haskell that all purport to be 2.8.
dev-haskell/lens:j - Attempt a parallel build with GHC 7.8.
-dev-haskell/lens:old-inline-pragmas - Some 7.6.1-rc1 users report their TH still uses old style inline pragmas. This lets them turn on inlining.
dev-haskell/lens:safe - Disallow unsafeCoerce
-dev-haskell/lens:test-doctests - Build and run the doctests test-suite.
-dev-haskell/lens:test-templates - Build the test templates if we're building tests
dev-haskell/lens:trustworthy - Assert that we are trustworthy when we can
dev-haskell/libyaml:no-unicode - Don't enable unicode output. Instead, unicode characters will be escaped.
dev-haskell/libyaml:system-libyaml - Use the system-wide libyaml instead of the bundled copy
@@ -1552,8 +1548,6 @@ dev-haskell/reflection:template-haskell - Enable template haskell.
dev-haskell/rfc5051:mkunicodedata - build codes generator itself
dev-haskell/sandi:conduit - Build with conduit
dev-haskell/semigroupoid-extras:profunctors - You can disable the use of the `profunctors` package using `-f-profunctors`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
-dev-haskell/semigroupoids:comonad - You can disable the use of the `comonad` package using `-f-comonad`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Comonad`
-dev-haskell/semigroupoids:containers - You can disable the use of the `containers` package using `-f-containers`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
dev-haskell/semigroupoids:contravariant - You can disable the use of the `contravariant` package using `-f-contravariant`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Contravariant`
dev-haskell/semigroupoids:distributive - You can disable the use of the `distributive` package using `-f-distributive`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Distributive`
dev-haskell/semigroupoids:tagged - You can disable the use of the `tagged` package using `-f-tagged`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
@@ -2215,7 +2209,6 @@ dev-libs/tinyxml:stl - Compile with TIXML_USE_STL support
dev-libs/tntnet:server - Enable tntnet server daemon
dev-libs/totem-pl-parser:archive - Enables ISO detection with app-arch/libarchive
dev-libs/totem-pl-parser:crypt - Support AmazonAMZ decoding with dev-libs/libgcrypt
-dev-libs/totem-pl-parser:quvi - Use media-libs/libquvi for parsing video links
dev-libs/totem-pl-parser:uchardet - Enable charset discovery via app-i18n/uchardet
dev-libs/userspace-rcu:regression-test - Run regression tests (requires FEATURES=test)
dev-libs/weston:desktop - Enable the desktop shell
@@ -4050,9 +4043,6 @@ media-gfx/pstoedit:pptx - Enable support for generating PowerPoint pptx files
media-gfx/qimgv:opencv - Enable HQ scaling via media-libs/opencv
media-gfx/qimgv:video - Add support for gif/webm playback via libmpv
media-gfx/shotwell:opencv - Enable face detection via media-libs/opencv
-media-gfx/ufraw:contrast - enable contrast setting option
-media-gfx/ufraw:fits - Enable support for the FITS image format through sci-libs/cfitsio
-media-gfx/ufraw:timezone - enable DST correction for file timestamps
media-gfx/xpaint:pgf - Support for loading PGF images
media-gfx/xsane:ocr - Enable support for Optical Character Recognition reader
media-gfx/yafaray:fastmath - Enable mathematic approximations to make code faster
@@ -4222,7 +4212,6 @@ media-libs/libsdl2:joystick - Control joystick support (disable at your own risk
media-libs/libsdl2:kms - Build the KMSDRM video driver
media-libs/libsdl2:sndio - Enable support for the media-sound/sndio backend
media-libs/libsdl2:sound - Control audio support (disable at your own risk)
-media-libs/libsdl2:tslib - Build with tslib support for touchscreen devices
media-libs/libsdl2:video - Control video support (disable at your own risk)
media-libs/libsdl2:vulkan - Enable Vulkan support
media-libs/libtgvoip:dsp - Enable signal processing (echo cancellation, noise suppression, and automatic gain control)
@@ -5386,7 +5375,6 @@ net-analyzer/suricata:bpf - Enable support for eBPF (as well as XDP if supported
net-analyzer/suricata:control-socket - Enable unix socket
net-analyzer/suricata:cuda - Enable NVIDIA Cuda computations support
net-analyzer/suricata:detection - Enable detection modules
-net-analyzer/suricata:logrotate - Install logrotate rule
net-analyzer/suricata:lz4 - Enable support for compressed pcap logging using the LZ4 algorithm
net-analyzer/suricata:nflog - Enable libnetfilter_log support
net-analyzer/suricata:nfqueue - Enable NFQUEUE support for inline IDP
@@ -5998,7 +5986,6 @@ net-libs/ldns:gost - Enable GOST support
net-libs/libbitcoinconsensus:asm - Enable assembly for optimization
net-libs/libbitcoinconsensus:knots - Build enhanced Bitcoin Knots version, rather than Bitcoin Core
net-libs/libbtbb:wireshark-plugins - Build the wireshark plugins for bluetooth baseband sniffing
-net-libs/libesmtp:ntlm - Enable support for NTLM authentication
net-libs/libetpan:liblockfile - Enable support for liblockfile library
net-libs/libetpan:lmdb - Use dev-db/lmdb as cache DB
net-libs/libgsasl:gcrypt - Use dev-libs/libgcrypt for low-level crypto