diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-01-12 16:58:08 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-01-12 16:58:08 +0000 |
commit | c8a77dfe4d3d307c1d5dd2650b7297447d8b609d (patch) | |
tree | 9ea78393bc3ecd6ab4de449383d4e97e5f3648ae /profiles | |
parent | 2891d29af8907ce881662f4a02844926d7a293c7 (diff) |
gentoo resync : 12.01.2019
Diffstat (limited to 'profiles')
29 files changed, 105 insertions, 111 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 068543b41548..62aed19e0e11 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 04e76200a650..72082ef2ada5 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Corentin Pazdera <nado@troglodyte.be> (28 Dec 2018) +# Requires virtual/pypy which isn't keyworded for ARM. +www-servers/uwsgi pypy + # Davide Pesavento <pesa@gentoo.org> (27 Dec 2018) # The corresponding Qt5 modules are not keyworded on arm, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users. diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 814305d3b526..e3797aaa766b 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,6 +26,11 @@ -neon -armvfp +# Mart Raudsepp <leio@gentoo.org> (07 Jan 2019) +# Does not work on arm64 until dev-lang/luajit-2.1 +# https://github.com/LuaJIT/LuaJIT/issues/26 +luajit + # Michał Górny <mgorny@gentoo.org> (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. @@ -38,10 +43,6 @@ python_single_target_python3_7 # No OpenCL provider is available on arm64. opencl -# Michał Górny <mgorny@gentoo.org> (03 Feb 2018) -# dev-lang/luajit not tested here. -luajit - # Brian Evans <grknight@gentoo.org> (02 Mar 2018) # dev-db/qdbm is net yet keyworded qdbm diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 3a7f4199e21c..a5c0df6c66a9 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -28,11 +28,6 @@ dev-lang/erlang hipe # Mask USE=games to avoid unkeyworded games-util/qstat. net-analyzer/monitoring-plugins game -# Mart Raudsepp <leio@gentoo.org> (30 Mar 2018) -# Mask USE=mp3 for media-plugins/gst-plugins-meta:1.0 since -# media-plugins/gst-plugins-mpg123 is not keyworded (bug #635466) -media-plugins/gst-plugins-meta:1.0 mp3 - # Sergei Trofimovich <slyfox@gentoo.org> (20 Dec 2017) # Mask USE=rados for net-analyzer/rrdtool since sys-cluster/ceph is not # keyworded (bug #597174) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index b957a95fa4fc..e82e9643d137 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -64,11 +64,11 @@ GRUB_PLATFORMS="" # By default enable all extensions with no dependencies LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" -# Tomáš Chvátal <scarabeus@gentoo.org> (15 May 2011) # Andreas K. Hüttel <dilfridge@gentoo.org> (19 Aug 2011, 25 Mar 2012) # Johannes Huber <johu@gentoo.org> (15 Apr 2018) -# By default build all calligra features. -CALLIGRA_FEATURES="karbon plan sheets stage words" +# Andreas Sturmlechner <asturm@gentoo.org> (01 Jan 2019) +# By default build all calligra features (except unmaintained: stage). +CALLIGRA_FEATURES="karbon plan sheets words" # Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010) # Small default list of enabled plugins for collectd @@ -99,7 +99,7 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb p # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015) # Default Ruby build target(s) # Updated to include ruby24 on 12 Nov 2018 -RUBY_TARGETS="ruby23 ruby24" +RUBY_TARGETS="ruby24" # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 82ac3f93ec4f..203f9d99c71b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <grknight@gentoo.org> (11 Jan 2019) +# Depend on the EOL PHP 7.0 +dev-libs/Ice php +www-servers/nginx-unit php7-0 + # Michał Górny <mgorny@gentoo.org> (01 Dec 2018) # Moved from use.mask to specific packages. # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 48dfc33ec062..c2d1aaa5bcb8 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -16,12 +16,6 @@ app-admin/sudo sssd # app-misc/ddcutil is not yet stable. kde-plasma/powerdevil brightness-control -# Andreas Sturmlechner <asturm@gentoo.org> (11 Sep 2018) -# Sometimes crashes Plasma with Appstream versions pre-0.12. -# Newer versions of dev-libs/appstream are not stable yet. See also: -# https://mail.kde.org/pipermail/kde-distro-packagers/2018-September/000347.html -kde-plasma/plasma-desktop appstream - # Michał Górny <mgorny@gentoo.org> (07 Jun 2018) # sys-libs/netbsd-csu not stable yet. sys-devel/clang-runtime crt @@ -38,10 +32,6 @@ media-video/vlc aom srt # Depends on lots of unstable dependencies dev-python/s3fs test -# Andreas Sturmlechner <asturm@gentoo.org> (22 Apr 2018) -# Huge patchset in 6.0, early crash reports with fix in ~arch KF5/Plasma-5 -=app-office/libreoffice-6.0* kde - # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018) # sci-geosciences/grass is not stable sci-geosciences/qgis grass diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 50595c64203a..b814ac9064a9 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <grknight@gentoo.org> (11 Jan 2019) +# Mask PHP 7.0 target as EOL +php_targets_php7-0 + # Matt Turner <mattst88@gentoo.org> (11 Nov 2018) # d3d9 only works on amd64/x86. d3d9 @@ -12,10 +16,6 @@ d3d9 # Mask PostgreSQL 12 while in (pre-)alpha. postgres_targets_postgres12 -# Brian Evans <grknight@gentoo.org> (10 Aug 2018) -# Mask PHP 7.3 target while in beta -php_targets_php7-3 - # Matt Turner <mattst88@gentoo.org> (23 Nov 2017) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. # Bug #606132. diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 2ec6d823cff8..2f3562ed47e0 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Brian Evans <grknight@gentoo.org> (11 Jan 2019) +# Mask PHP 7.3 target while unstable +php_targets_php7-3 + # Zac Medico <zmedico@gentoo.org> (01 Sep 2016) # Needs virtual/pypy* stable python_targets_pypy diff --git a/profiles/default/linux/hppa/13.0/deprecated b/profiles/default/linux/hppa/13.0/deprecated new file mode 100644 index 000000000000..791ed7f5d9fc --- /dev/null +++ b/profiles/default/linux/hppa/13.0/deprecated @@ -0,0 +1 @@ +default/linux/hppa/17.0 diff --git a/profiles/default/linux/hppa/13.0/desktop/deprecated b/profiles/default/linux/hppa/13.0/desktop/deprecated new file mode 100644 index 000000000000..42b2c8452a08 --- /dev/null +++ b/profiles/default/linux/hppa/13.0/desktop/deprecated @@ -0,0 +1 @@ +default/linux/hppa/17.0/desktop diff --git a/profiles/default/linux/hppa/13.0/developer/deprecated b/profiles/default/linux/hppa/13.0/developer/deprecated new file mode 100644 index 000000000000..0ed4eb67a64c --- /dev/null +++ b/profiles/default/linux/hppa/13.0/developer/deprecated @@ -0,0 +1 @@ +default/linux/hppa/17.0/developer diff --git a/profiles/default/linux/mips/13.0/mipsel/multilib/n32/deprecated b/profiles/default/linux/mips/13.0/mipsel/multilib/n32/deprecated new file mode 100644 index 000000000000..ba568c179e38 --- /dev/null +++ b/profiles/default/linux/mips/13.0/mipsel/multilib/n32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/mipsel/multilib/n32 diff --git a/profiles/default/linux/mips/13.0/mipsel/multilib/n64/deprecated b/profiles/default/linux/mips/13.0/mipsel/multilib/n64/deprecated new file mode 100644 index 000000000000..b6ad0afeb646 --- /dev/null +++ b/profiles/default/linux/mips/13.0/mipsel/multilib/n64/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/mipsel/multilib/n64 diff --git a/profiles/default/linux/mips/13.0/mipsel/multilib/o32/deprecated b/profiles/default/linux/mips/13.0/mipsel/multilib/o32/deprecated new file mode 100644 index 000000000000..55af573368b1 --- /dev/null +++ b/profiles/default/linux/mips/13.0/mipsel/multilib/o32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/mipsel/multilib/o32 diff --git a/profiles/default/linux/mips/13.0/mipsel/n32/deprecated b/profiles/default/linux/mips/13.0/mipsel/n32/deprecated new file mode 100644 index 000000000000..997a4945fc4f --- /dev/null +++ b/profiles/default/linux/mips/13.0/mipsel/n32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/mipsel/n32 diff --git a/profiles/default/linux/mips/13.0/mipsel/n64/deprecated b/profiles/default/linux/mips/13.0/mipsel/n64/deprecated new file mode 100644 index 000000000000..2742db424254 --- /dev/null +++ b/profiles/default/linux/mips/13.0/mipsel/n64/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/mipsel/n64 diff --git a/profiles/default/linux/mips/13.0/mipsel/o32/deprecated b/profiles/default/linux/mips/13.0/mipsel/o32/deprecated new file mode 100644 index 000000000000..0b4da443b64e --- /dev/null +++ b/profiles/default/linux/mips/13.0/mipsel/o32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/mipsel/o32 diff --git a/profiles/default/linux/mips/13.0/multilib/n32/deprecated b/profiles/default/linux/mips/13.0/multilib/n32/deprecated new file mode 100644 index 000000000000..ca9e0e35c430 --- /dev/null +++ b/profiles/default/linux/mips/13.0/multilib/n32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/multilib/n32 diff --git a/profiles/default/linux/mips/13.0/multilib/n64/deprecated b/profiles/default/linux/mips/13.0/multilib/n64/deprecated new file mode 100644 index 000000000000..0e3d02e8bad7 --- /dev/null +++ b/profiles/default/linux/mips/13.0/multilib/n64/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/multilib/n64 diff --git a/profiles/default/linux/mips/13.0/multilib/o32/deprecated b/profiles/default/linux/mips/13.0/multilib/o32/deprecated new file mode 100644 index 000000000000..d71e4e59c9ff --- /dev/null +++ b/profiles/default/linux/mips/13.0/multilib/o32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/multilib/o32 diff --git a/profiles/default/linux/mips/13.0/n32/deprecated b/profiles/default/linux/mips/13.0/n32/deprecated new file mode 100644 index 000000000000..3f9f288b09a9 --- /dev/null +++ b/profiles/default/linux/mips/13.0/n32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/n32 diff --git a/profiles/default/linux/mips/13.0/n64/deprecated b/profiles/default/linux/mips/13.0/n64/deprecated new file mode 100644 index 000000000000..22fdb33af1a3 --- /dev/null +++ b/profiles/default/linux/mips/13.0/n64/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/n64 diff --git a/profiles/default/linux/mips/13.0/o32/deprecated b/profiles/default/linux/mips/13.0/o32/deprecated new file mode 100644 index 000000000000..98ce3606a057 --- /dev/null +++ b/profiles/default/linux/mips/13.0/o32/deprecated @@ -0,0 +1 @@ +default/linux/mips/17.0/o32 diff --git a/profiles/desc/calligra_features.desc b/profiles/desc/calligra_features.desc index 5f6dc2261dbe..2915e518a3b8 100644 --- a/profiles/desc/calligra_features.desc +++ b/profiles/desc/calligra_features.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of CALLIGRA_FEATURES USE_EXPAND flags. @@ -7,4 +7,5 @@ karbon - CALLIGRA_FEATURES option to build vector image editor plan - CALLIGRA_FEATURES option to build project planning component sheets - CALLIGRA_FEATURES option to build spreadsheet processor +stage - CALLIGRA_FEATURES option to build presentation processor words - CALLIGRA_FEATURES option to build word processor diff --git a/profiles/package.mask b/profiles/package.mask index 9f11c1d648ef..050d317fe9f9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,34 @@ #--- END OF EXAMPLES --- +# Brian Evans <grknight@gentoo.org> (11 Jan 2019) +# Mask PHP 7.0 for removal; EOL and known security issues +# Removal in 30 days +dev-lang/php:7.0 +virtual/httpd-php:7.0 + +# Mikle Kolyada <zlogene@gentoo.org> (10 Jan 2019) +# Masked due to QA violation (bug #672054) +sci-electronics/librepcb + +# Craig Andrews <candrews@gentoo.org> (1 Jan 2019) +# Requires dev-libs/openssl-1.1.1, Bug 674148 +dev-libs/gost-engine + +# Andreas Sturmlechner <asturm@gentoo.org> (31 Dec 2018) +# Superseded by www-client/falkon. Masked for removal in 30 days. +www-client/qupzilla + +# Andreas Sturmlechner <asturm@gentoo.org> (31 Dec 2018) +# Package outdated for years, build errors, unable to trade with. +# Bugs 544800, 592946, 610736. Masked for removal in 30 days. +app-office/QtBitcoinTrader + +# Andreas Sturmlechner <asturm@gentoo.org> (31 Dec 2018) +# Dead upstream since 2014-02-09, does not build. +# Bugs 463928, 476890, 623172, 662270. Masked for removal in 30 days. +net-misc/hotot + # Alon Bar-Lev <alonbl@gentoo.org> (30 Dec 2018) # Upstream is dead. # Package does not support openssl-1.1, significant change to package. @@ -44,12 +72,6 @@ app-crypt/openssl-tpm-engine # experimental features and accept a more unstable release. >=www-client/chromium-73 -# Andreas Sturmlechner <asturm@gentoo.org> (25 Dec 2018) -# API breakage, tracker bug #673720 -=media-gfx/exiv2-0.27* -# Pre-release, adding masked for exiv2-0.27 compatibility -=media-gfx/digikam-6.0.0_beta3 - # Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2018) # Included in dev-tex/texlive-publishers-2017; there is no # need for a separate package anymore. Removal in 30 days. @@ -77,12 +99,6 @@ dev-tex/revtex <x11-base/xorg-server-1.20.3 <x11-base/xorg-drivers-1.20 -# Mikle Kolyada <zlogene@gentoo.org> (12 Dec 2018) -# grub:0 is dead and not being developed by upstream. -# Two open bugs (427340, 591574). -# Removal in 30 days. -sys-boot/grub-static - # Hans de Graaff <graaff@gentoo.org> (12 Dec 2018) # Old ruby23 only slots without any reverse dependencies. # Use the newer slots instead. Removal in 30 days. @@ -221,8 +237,7 @@ net-analyzer/mate-netspeed # Matthias Maier <tamiko@gentoo.org> (1 Sep 2018) # Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version # made it into the tree, bug #665192 -~dev-lang/julia-0.7.0 -~dev-lang/julia-1.0.1 +~dev-lang/julia-1.0.3 # Bernard Cafarelli <voyageur@gentoo.org> (13 Aug 2018) # Beta release with new features, masked for testing @@ -235,61 +250,6 @@ net-analyzer/mate-netspeed ~app-portage/gemato-14.0m ~app-portage/gemato-9999m -# Kent Fredric <kentnl@gentoo.org> (10 Jul 2018) -# Perl 5.28 Staging block -=dev-lang/perl-5.28.0 -=virtual/perl-Attribute-Handlers-1.10.0 -=virtual/perl-B-Debug-1.260.0 -=virtual/perl-CPAN-2.200.0 -=virtual/perl-Carp-1.500.0 -=virtual/perl-Compress-Raw-Zlib-2.76.0 -=virtual/perl-Data-Dumper-2.170.0 -=virtual/perl-Devel-PPPort-3.400.0 -=virtual/perl-Digest-SHA-6.10.0 -=virtual/perl-Encode-2.970.0 -=virtual/perl-Exporter-5.730.0 -=virtual/perl-ExtUtils-CBuilder-0.280.230 -=virtual/perl-ExtUtils-Constant-0.250.0 -=virtual/perl-ExtUtils-Install-2.140.0 -=virtual/perl-ExtUtils-MakeMaker-7.340.0 -=virtual/perl-ExtUtils-ParseXS-3.390.0 -=virtual/perl-File-Path-2.150.0 -=virtual/perl-File-Spec-3.740.0 -=virtual/perl-Filter-Simple-0.950.0 -=virtual/perl-Getopt-Long-2.500.0 -=virtual/perl-I18N-LangTags-0.430.0 -=virtual/perl-IO-Socket-IP-0.390.0 -=virtual/perl-IO-1.390.0 -=virtual/perl-IPC-Cmd-1.0.0 -=virtual/perl-JSON-PP-2.970.10 -=virtual/perl-Locale-Maketext-1.290.0 -=virtual/perl-Math-BigInt-FastCalc-0.500.600 -=virtual/perl-Math-BigInt-1.999.811 -=virtual/perl-Math-BigRat-0.261.300 -=virtual/perl-Net-Ping-2.620.0 -=virtual/perl-Scalar-List-Utils-1.500.0 -=virtual/perl-Socket-2.27.0 -=virtual/perl-Storable-3.80.0 -=virtual/perl-Test-Harness-3.420.0 -=virtual/perl-Test-Simple-1.302.133 -=virtual/perl-Test-1.310.0 -=virtual/perl-Time-HiRes-1.975.900 -=virtual/perl-Time-Piece-1.320.400 -=virtual/perl-Unicode-Normalize-1.260.0 -=virtual/perl-XSLoader-0.300.0 -=virtual/perl-bignum-0.490.0 -=virtual/perl-if-0.60.800 -=virtual/perl-libnet-3.110.0 -=virtual/perl-podlators-4.100.0 -=virtual/perl-threads-shared-1.580.0 -=virtual/perl-threads-2.220.0 -=virtual/perl-version-0.992.300 - -# Brian Evans <grknight@gentoo.org> (14 Jun 2018) -# Mask new php pre-releases for initial testing -dev-lang/php:7.3 -virtual/httpd-php:7.3 - # Kent Fredric <kentnl@gentoo.org> (27 May 2018) # Subject to Man-in-the-middle security bypass vulnerability. # Retained in tree only for users who need older versions diff --git a/profiles/prefix/linux/package.mask b/profiles/prefix/linux/package.mask index 17532723914b..b13eb34a5206 100644 --- a/profiles/prefix/linux/package.mask +++ b/profiles/prefix/linux/package.mask @@ -1,2 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +# Michael Haubenwallner <haubi@gentoo.org> (08 Jan 2019) +# Prefix Guest does use host libc and host kernel's headers, +# hence packages should depend on virtual/os-headers instead. +sys-kernel/linux-headers diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 2f769b4105d8..021d9c78a1c0 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -31,8 +31,5 @@ media-libs/mesa egl wayland # Required by kde-apps/kdenlive media-libs/mlt ffmpeg frei0r kdenlive melt -# Required by kde-plasma/plasma-pa -media-sound/pulseaudio gnome - # Required by kde-frameworks/kactivities sys-libs/zlib minizip diff --git a/profiles/use.local.desc b/profiles/use.local.desc index c83efe5cf181..353a82e77973 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -524,6 +524,9 @@ app-emulation/libguestfs:fuse - Enable image mount support via fuse app-emulation/libguestfs:inspect-icons - Use media-gfx/icoutils for acces icon file in image and inspect it app-emulation/libguestfs:libvirt - Use app-emulation/libvirt to manipulate VMs app-emulation/libguestfs:systemtap - Use dev-util/systemtap to inspect VM via "probes" way +app-emulation/libpod:apparmor - Enable AppArmor support. +app-emulation/libpod:btrfs - Enables dependencies for the "btrfs" graph driver, including necessary kernel flags. +app-emulation/libpod:ostree - Enables dependencies for handling of OSTree images. app-emulation/libspectrum:gcrypt - Use dev-libs/libgcrypt for low-level crypto of some features, including logfiles. app-emulation/libvirt:apparmor - Enable AppArmor support app-emulation/libvirt:firewalld - DBus interface to iptables/ebtables allowing for better runtime management of your firewall. @@ -917,7 +920,6 @@ app-misc/blink1:server - Build and install REST API server (currently hard-coded app-misc/blink1:tool - Build and install command-line tool blink1-tool app-misc/byobu:screen - Use app-misc/screen as the default backend app-misc/ca-certificates:cacert - Include root certificates from CAcert (http://www.cacert.org/) and Software in the Public Interest (http://www.spi-inc.org/) -app-misc/ca-certificates:insecure_certs - Install certificates which are known to be untrustworthy. app-misc/carbon-c-relay:lz4 - add support for LZ4 compressed transport app-misc/carbon-c-relay:oniguruma - use dev-libs/oniguruma as regex implementation app-misc/carbon-c-relay:pcre2 - use dev-libs/libpcre2 as regex implementation @@ -1116,6 +1118,10 @@ app-office/calligra:okular - Enable bindings for kde-apps/okular app-office/calligra:phonon - Build stage/eventplugins and videoshape plugin using media-libs/phonon app-office/calligra:pim - Enable support for KDE PIM resources integration app-office/calligra:spacenav - Enable support for the 3Dconnexion spacenav input device via dev-libs/libspnav +app-office/calligraplan:activities - Enable kactivities support +app-office/calligraplan:holidays - Enable kde-frameworks/kholidays integration +app-office/calligraplan:kwallet - Enable access to encrypted OpenDocument files with kde-frameworks/kwallet storage +app-office/calligraplan:pim - Enable support for KDE PIM resources integration app-office/glabels:barcode - Enable barcode support through external libraries. app-office/gnucash:aqbanking - Connect to some internet banks via AqBanking app-office/gnucash:chipcard - Enable support for chipcard reading and processing. @@ -1955,6 +1961,7 @@ dev-java/openjdk:gentoo-vm - Allow this JDK to be recognised by Gentoo (package dev-java/openjdk:headless-awt - Don't install the X backend for AWT, needed by some GUIs dev-java/openjdk:jbootstrap - Build OpenJDK twice, the second time using the result of the first dev-java/openjdk:source - Install JVM sources +dev-java/openjdk:systemtap - Enable SystemTAP/DTrace tracing dev-java/openjdk:webstart - Provide javaws command through symlink to icedtea-web dev-java/openjdk-bin:gentoo-vm - Allow this JDK to be recognised by Gentoo (package manager, eselect, java-config, EXPERIMENTAL!) dev-java/openjdk-bin:headless-awt - Don't install the X backend for AWT, needed by some GUIs (used to be X flag) @@ -2524,6 +2531,7 @@ dev-libs/poco:util - Several utility classes (like logger, timer, config file pa dev-libs/poco:zip - Add support for the zip & gz archive formats dev-libs/ppl:lpsol - Build the ppl_lpsol linear programming problem solver dev-libs/serdisplib:tools - Build optional tools. +dev-libs/softhsm:gost - Enable gost algorithm dev-libs/softhsm:migration-tool - Build db migration tool dev-libs/starpu:cuda - Enable NVIDIA CUDA toolkit support dev-libs/starpu:gcc-plugin - Enable GCC extension plugin (experimental) @@ -3197,7 +3205,6 @@ dev-util/perf:unwind - Use sys-libs/libunwind for frame unwinding support. dev-util/pkgconf:pkg-config - Install as a replacement for dev-util/pkgconfig dev-util/pkgconfig:internal-glib - Use internal copy of dev-libs/glib dev-util/pkgconfig-openbsd:pkg-config - Install as a replacement for dev-util/pkgconfig -dev-util/radare2:system-capstone - Use dev-libs/capstone instead of bundled copy. dev-util/scanmem:gui - Enable the GameConqueror GUI dev-util/schroot:btrfs - Enable support for chroots using btrfs snapshots. dev-util/schroot:dchroot - Enables the building of a wrapper named "dchroot", replacing sys-apps/dchroot. @@ -3819,6 +3826,7 @@ kde-plasma/kdeplasma-addons:webengine - Enable dictionary and web browser applet kde-plasma/kinfocenter:gles2 - Show OpenGL ES information in kinfocenter kde-plasma/kinfocenter:pci - Show advanced PCI information kde-plasma/kmenuedit:hotkeys - Enable support for hotkey editing +kde-plasma/kscreenlocker:consolekit - Support for killing the screenlocker when sys-auth/consolekit is the session tracker kde-plasma/kwin:gles2 - Use OpenGL ES 2 instead of full GL kde-plasma/kwin:multimedia - Enable effect video button in desktop effects KCM kde-plasma/libksysguard:webkit - Enable display of detailed memory information using dev-qt/qtwebkit. @@ -5777,6 +5785,7 @@ net-firewall/iptables:netlink - Build against libnfnetlink which enables the nfn net-firewall/iptables:nftables - Support nftables kernel interface net-firewall/iptables:pcap - Build against net-libs/libpcap which enables the nfbpf_compile util net-firewall/nftables:json - Enable JSON support via dev-libs/jansson +net-firewall/nftables:modern_kernel - Install init scripts for 3.18 or higher kernels with atomic rule updates net-firewall/nufw:nfconntrack - Use netfilter_conntrack net-firewall/nufw:nfqueue - Use NFQUEUE instead of QUEUE net-firewall/nufw:pam_nuauth - Add support for pam nufw from PAM @@ -5819,11 +5828,16 @@ net-fs/nfs-utils:nfsidmap - Enable support for newer nfsidmap helper net-fs/nfs-utils:nfsv4 - Enable support for NFSv4 net-fs/nfs-utils:nfsv41 - Enable support for NFSv4.1 net-fs/nfs-utils:uuid - Support UUID lookups in rpc.mountd +net-fs/openafs:api - Build API documentation using app-doc/doxygen. May take a *long* time to build. net-fs/openafs:bitmap-later - Enable fast startup of file server by not reading bitmap till needed. net-fs/openafs:fuse - Build fuse client. +net-fs/openafs:kauth - Install the DEPRECATED kauth server, PAM modules, and utilities net-fs/openafs:modules - Build libafs kernel module. Disable only if you know what you're doing: without this module OpenAFS client will not work. +net-fs/openafs:namei - Enable namei fileserver instead of inode fileserver. You should disable this option only if compatibility with inode format AFS storage is required. net-fs/openafs:pthreaded-ubik - Enable installation of pthreaded ubik applications. net-fs/openafs:supergroups - Enable support for nested pts groups. +net-fs/openafs:tsm - Enable use of the Tivoli TSM API libraries from app-backup/tsm for butc support. AMD64 only. +net-fs/openafs:ubik-read-while-write - Enable vlserver read from db cache during write locks (EXPERIMENTAL) net-fs/s3fs:gnutls - Enable net-libs/gnutls crypto backend net-fs/s3fs:nettle - Use dev-libs/nettle network functions with GnuTLS. net-fs/s3fs:nss - Enable dev-libs/nss crypto backend @@ -6533,12 +6547,14 @@ net-misc/electron-cash:sync - Enable plugin to sync wallet metadata across multi net-misc/electron-cash:vkb - Enable plugin for virtual keyboard net-misc/electrum:audio_modem - Enable plugin to support Audio Modem net-misc/electrum:cli - Enables the CLI interface +net-misc/electrum:coldcard - Enable plugin to support Coldcard Hardware Wallet net-misc/electrum:cosign - Enable plugin to support multisig wallets between multiple Electrum clients net-misc/electrum:digitalbitbox - Enable plugin to support Digital Bitbox hardware wallet net-misc/electrum:email - Enable plugin to support emailing invoices net-misc/electrum:greenaddress_it - Enable plugin to verify GreenAddress.it instant transactions net-misc/electrum:qrcode - Enable QR code scanning with media-gfx/zbar net-misc/electrum:revealer - Enable revealer plugin for extra security. https://revealer.cc/ +net-misc/electrum:safe_t - Enable plugin to support Safe-T mini Wallet net-misc/electrum:sync - Enable plugin to sync wallet metadata across multiple Electrum clients net-misc/electrum:trustedcoin_com - Enable plugin to use two-factor service by TrustedCoin.com net-misc/electrum:vkb - Enable plugin for virtual keyboard @@ -6877,12 +6893,14 @@ net-p2p/bitcoin-qt:bitcoin_policy_rbf - Replace By Fee policy: Your node will pr net-p2p/bitcoin-qt:knots - Build enhanced Bitcoin Knots version, rather than Bitcoin Core net-p2p/bitcoin-qt:libevent - Use dev-libs/libevent (needed for JSON-RPC, REST, and Tor auto-configuration net-p2p/bitcoin-qt:qrcode - Enable generation of QR Codes for receiving payments +net-p2p/bitcoin-qt:system-leveldb - Use the system-wide dev-libs/leveldb instead of bundled net-p2p/bitcoin-qt:upnp - Enable Universal Plug and Play net-p2p/bitcoin-qt:wallet - Enable wallet support net-p2p/bitcoin-qt:zeromq - Report blocks and transactions via zeromq net-p2p/bitcoind:asm - Enable assembly for optimization net-p2p/bitcoind:bitcoin_policy_rbf - Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order net-p2p/bitcoind:knots - Build enhanced Bitcoin Knots version, rather than Bitcoin Core +net-p2p/bitcoind:system-leveldb - Use the system-wide dev-libs/leveldb instead of bundled net-p2p/bitcoind:upnp - Enable Universal Plug and Play net-p2p/bitcoind:wallet - Enable wallet support net-p2p/bitcoind:zeromq - Report blocks and transactions via zeromq @@ -7299,13 +7317,11 @@ sci-chemistry/cns:aria - Support patch for sci-chemistry/aria sci-chemistry/eden:double-precision - More precise calculations at the expense of speed sci-chemistry/ghemical:openbabel - Use sci-chemistry/openbabel for file conversions sci-chemistry/ghemical:seamonkey - Add support for the Seamonkey web-browser -sci-chemistry/gromacs:boost - Enable external boost library sci-chemistry/gromacs:cuda - Enable cuda non-bonded kernels sci-chemistry/gromacs:double-precision - More precise calculations at the expense of speed sci-chemistry/gromacs:gmxapi - Add support for gmxapi library sci-chemistry/gromacs:hwloc - Enable HWLoc lib support sci-chemistry/gromacs:lmfit - Use external sci-libs/lmfit -sci-chemistry/gromacs:make-symlinks - Create symbolic links for pre-5.0 binary names sci-chemistry/gromacs:mkl - Use sci-libs/mkl for fft, blas, lapack routines sci-chemistry/gromacs:offensive - Enable gromacs partly offensive quotes sci-chemistry/gromacs:opencl - Enable opencl non-bonded kernels @@ -7343,6 +7359,8 @@ sci-electronics/kicad:ngspice - Enable circuit simulation sci-electronics/kicad:occ - Enable viewing 3D rendering of designs via opencascade sci-electronics/kicad:oce - Enable viewing 3D rendering of designs via OCE sci-electronics/kicad:python - Enable python scripting support +sci-electronics/kicad-packages3d:occ - Use sci-libs/opencascade for data exchange +sci-electronics/kicad-packages3d:oce - Use sci-libs/oce for data exchange sci-electronics/ngspice:shared - Build ngspice as a shared library sci-electronics/pcb:gcode - gcode file export sci-electronics/pcb:gif - GIF graphics export @@ -8417,6 +8435,7 @@ sys-fs/squashfs-tools:lz4 - Enable support for LZ4 compression using app-arch/lz sys-fs/squashfs-tools:xz - Enable support for XZ ("LZMA2") compression using app-arch/xz-utils sys-fs/squashfs-tools:zstd - Enable support for ZSTD compression using app-arch/zstd sys-fs/squashfuse:lz4 - Enable support for lz4 compression +sys-fs/squashfuse:zstd - Enable support for zstd compression sys-fs/udev:kmod - Enable kernel module loading/unloading support using sys-apps/kmod sys-fs/udisks:cryptsetup - Enable sys-fs/cryptsetup support sys-fs/udisks:elogind - Use sys-auth/elogind for session tracking @@ -8635,6 +8654,7 @@ www-apps/drupal:uploadprogress - Install dev-php/pecl-uploadprogress package www-apps/gitit:network-uri - Get Network.URI from the network-uri package. www-apps/gitit:plugins - enables optional plugin runtime loader www-apps/hugo:sass - Enable SASS/SCSS support +www-apps/icingaweb2:apache2-server - Adds support for the apache2-server www-apps/icingaweb2:fpm - Adds FPM support to php www-apps/icingaweb2:nginx - Adds support for nginx www-apps/ikiwiki:extras - Installs additional modules used by ikiwiki plugins @@ -8724,9 +8744,6 @@ www-client/firefox:system-jpeg - Use the system-wide media-libs/libjpeg-turbo in www-client/firefox:system-libevent - Use the system-wide dev-libs/libevent instead of bundled. www-client/firefox:system-libvpx - Use the system-wide media-libs/libvpx instead of bundled. www-client/firefox:system-sqlite - Use the system-wide dev-db/sqlite installation with secure-delete enabled -www-client/google-chrome:plugins - Add system plugins path to launcher -www-client/google-chrome-beta:plugins - Add system plugins path to launcher -www-client/google-chrome-unstable:plugins - Add system plugins path to launcher www-client/jd:migemo - Enable migemo support for Japanese www-client/jd:oniguruma - Use dev-libs/oniguruma for regular expression www-client/links:libevent - Enable dev-libs/libevent support |