From 068424b26532f3551a81421a9be67ed206e5c11a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 11 Aug 2021 07:02:28 +0100 Subject: gentoo resync : 11.08.2021 --- profiles/arch/alpha/use.mask | 4 ++ profiles/arch/amd64/package.use.mask | 4 ++ profiles/arch/amd64/x32/package.use.mask | 1 + profiles/arch/arm64/package.use.mask | 8 ++- profiles/arch/arm64/package.use.stable.mask | 4 ++ profiles/arch/arm64/use.mask | 1 - profiles/arch/hppa/use.mask | 4 ++ profiles/arch/ia64/use.mask | 4 ++ profiles/arch/riscv/package.use.mask | 82 +++++++++++++++++------------ profiles/arch/riscv/use.mask | 6 ++- profiles/arch/sparc/use.mask | 4 ++ profiles/arch/x86/package.use.mask | 4 ++ 12 files changed, 86 insertions(+), 40 deletions(-) (limited to 'profiles/arch') diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 418690e8ef54..c8b41cebbe65 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -alpha +# James Le Cuirot (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner (2021-07-05) nftables diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 450387342147..df9701cc997f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# James Le Cuirot (2021-08-07) +# The ORBlite scanner plugin only works on amd64 and x86. +net-print/hplip-plugin -orblite + # Sam James (2021-07-12) # Haskell is (only) available on amd64/x86 right now in Gentoo # bug #801649 diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index 4781af1cf4e0..32542ababa94 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -4,6 +4,7 @@ # Andreas Sturmlechner (2021-02-09) # Requires net-libs/nodejs, plus mask all reverse-dependencies. app-i18n/fcitx-libpinyin dictionary-manager +dev-python/cloudscraper test games-util/lgogdownloader gui kde-apps/kde-apps-meta:5 pim kde-apps/kdenetwork-meta:5 bittorrent diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index b0a8d12e13b0..504199a3062c 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alexey Sokolov (2021-08-08) +# dev-games/ogre doesn't build on arm64, see https://bugs.gentoo.org/806776#c12 +dev-games/mygui ogre + # Georgy Yakovlev (2021-08-02) # pandoc not keyworded on arm64 sys-apps/exa man @@ -15,9 +19,9 @@ sys-boot/grub grub_platforms_qemu grub_platforms_uboot dev-util/diffoscope pascal # Marek Szuba (2021-07-18) -# media-libs/rnnoise, media-libs/rubberband[ladspa], media-plugins/gst-plugins-webrtc +# media-libs/rnnoise, media-plugins/gst-plugins-webrtc # and media-plugins/zam-plugins not keyworded here -media-sound/easyeffects rnnoise rubberband webrtc zamaudio +media-sound/easyeffects rnnoise webrtc zamaudio # Ionen Wolkens (2021-07-04) # Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index e2ea9f99fff4..5081d34b934a 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2021-08-09) +# media-plugins/cmt-plugins isn't stable on this arch yet +media-sound/fluidsynth ladspa + # Sam James (2021-06-16) # Drags in several not-yet-stable deps on arm64 # glusterfs: sys-cluster/glusterfs diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 14090979a1e5..ec2b9cf9c539 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -98,7 +98,6 @@ mms ieee1394 darcs bs2b -ladspa ggi nut dvd diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 60fadf6a77b8..468a49b4f2c3 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,6 +7,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# James Le Cuirot (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Michał Górny (2021-05-20) # Unresolved keywordreqs are getting in the way. # https://bugs.gentoo.org/789606 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 8819c9d80d4b..54324de2d135 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 +# James Le Cuirot (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner (07-25-2021) # gnome-shell requires rustified librsvg. gnome-shell diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index c134b9c5c0ad..b75065bb1eac 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,18 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alex Fan (2021-08-09) +# ipython[qt5] depends on qtconsole, which depends on QtPy. +# QtPy cannot be tested atm because QtPy[test] has a hard +# dependency on PyQt5[bluetooth]. +dev-python/ipython qt5 + +# Alex Fan (2021-08-08) +# portaudio is not tested yet +app-accessibility/espeak portaudio +media-libs/openal portaudio +media-sound/mpg123 portaudio + # Alex Fan (2021-08-05) # pdfannotextractor depends on java, not (sustainably) supported yet app-text/texlive pdfannotextractor @@ -9,16 +21,12 @@ app-text/texlive pdfannotextractor # Boost.Context can be built on riscv dev-libs/boost -context -# Ye Cao (2021-07-31) -# Dependencies not keyworded, not tested -dev-util/perf unwind - # Marek Szuba (2021-07-28) # app-cdr/cdrtools fails to compile on riscv dev-util/catalyst iso # Marek Szuba (2021-07-27) -# dev-libs/boxfort does not support riscv64 yet, meaning +# dev-libs/boxfort does not support riscv yet, meaning # dev-libs/criterion cannot be keyworded here app-admin/syslog-ng test @@ -31,10 +39,6 @@ dev-python/pymongo test # lack an ios device to test it kde-frameworks/solid ios -# Alex Fan (2021-07-22) -# dependencies not keyworded/not tested -dev-qt/qtnetwork networkmanager - # Georgy Yakovlev (2021-07-20) # sys-auth/sssd and its deps not keyworded yet app-admin/sudo sssd @@ -77,12 +81,16 @@ dev-python/ipython nbconvert notebook # Marek Szuba (2021-07-05) # Dependencies not keyworded here yet: -# - gnome-base/gconf, dev-libs/libotf & dev-libs/m17n-lib, net-libs/webkit-gtk -app-editors/emacs gconf m17n-lib xwidgets # - net-fs/openafs app-crypt/heimdal afs +# - gnome-base/gconf, dev-libs/libotf & dev-libs/m17n-lib +app-editors/emacs gconf m17n-lib +# - media-libs/portaudio, dev-embedded/libftdi, app-misc/inputlircd +app-misc/lirc audio ftdi inputlirc # - app-xemacs/ruby-modes (and by extension xemacs itself) dev-lang/ruby xemacs +# - media-libs/libcddb +dev-libs/libcdio cddb # - dev-ruby/asciidoctor dev-libs/nanomsg doc # - sci-libs/gdal @@ -91,15 +99,25 @@ dev-python/networkx extras dev-util/ragel doc # - Qt5 & KDE dev-vcs/subversion kwallet -# - media-libs/dumb, media-libs/openal -media-libs/allegro dumb openal +# - media-sound/pavucontrol-qt +lxqt-base/lxqt-panel pulseaudio +# - media-libs/dumb +media-libs/allegro dumb # - media-gfx/nvidia-texture-tools media-libs/devil nvtt -# - sys-cluster/ceph, dev-ruby/rrdtool-bindings -net-analyzer/rrdtool rados ruby +# - dev-lang/php +media-libs/libvpx doc +# - bluetooth, net-misc/ofono +media-sound/pulseaudio native-headset ofono-headset +# - maaaaaany +media-video/ffmpeg amrenc bluray bs2b cdio chromaprint codec2 fdk frei0r gme iec61883 ieee1394 kvazaar libaribb24 libilbc libsoxr libtesseract lv2 openh264 rubberband sdl speex srt vidstab xvid zimg zvbi +# - media-libs/libquicktime, media-libs/sdl-gfx +media-video/mjpegtools quicktime sdlgfx +# - sys-cluster/ceph +net-analyzer/rrdtool rados # - net-wireless/iwd, net-misc/ofono net-misc/connman iwd ofono -# - dev-util/aruba & dev-util/cucumber +# - dev-util/aruba sys-block/thin-provisioning-tools test # - sys-cluster/knem, sys-fabric/infinipath-psm sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_psm @@ -110,30 +128,26 @@ sys-cluster/slurm ofed slurmdbd # Dependencies not keyworded, not tested dev-libs/libdbusmenu test virtual/notification-daemon gnome kde -media-libs/libsdl nas pulseaudio -media-libs/libsdl2 nas pulseaudio media-libs/libcaca doc imlib dev-libs/libbytesize test sys-libs/libblockdev dmraid escrow -app-misc/geoclue modemmanager zeroconf -dev-libs/libgdata gnome-online-accounts -gnome-base/gvfs bluray cdda gnome-online-accounts google mtp ios zeroconf +gnome-base/gvfs bluray cdda mtp ios sys-power/upower ios -net-libs/webkit-gtk gstreamer +net-libs/gnome-online-accounts gnome xfce-base/xfce4-settings libcanberra -xfce-extra/tumbler epub ffmpeg gstreamer odf pdf raw -xfce-extra/xfce4-power-manager networkmanager +xfce-extra/tumbler epub ffmpeg odf pdf raw xfce-base/xfce4-meta pulseaudio # KDE not tested, so mask sys-auth/polkit kde -# Ye Cao (2021-06-26) +# Ye Cao (2021-07-31) # Piotr Karbowski (2021-06-22) # Yixun Lan (2021-05-21) # Mikle Kolyada (2020-12-03) # Göktürk Yüksek (2019-10-10) # sys-libs/libunwind do not support riscv dev-libs/efl unwind +dev-util/perf unwind dev-util/strace unwind media-libs/gstreamer unwind media-libs/mesa unwind @@ -142,23 +156,21 @@ net-mail/dovecot unwind x11-base/xorg-server unwind x11-base/xwayland unwind +# Alex Fan (2021-07-22) +# Yixun Lan (2021-05-24) +# net-misc/networkmanager fails tests on this arch (Bug #807553) +dev-qt/qtnetwork networkmanager +net-libs/libproxy networkmanager +xfce-extra/xfce4-power-manager networkmanager + # Yixun Lan (2021-05-19) # Dependencies not keyworded, not tested -net-libs/libproxy spidermonkey webkit kde networkmanager - -# Sam James (2021-03-11) -# Yixun Lan (2021-07-27) -# media-libs/libheif isn't keyworded here -media-libs/gd heif +net-libs/libproxy spidermonkey kde # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko -# Patrick McLean (2020-04-16) -# dev-python/breathe not keyworded here -dev-libs/libcbor doc - # This doesn't work for (any) riscv yet. dev-libs/libpcre2 jit dev-libs/libpcre jit diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index b66d3b1106da..68aed13bc014 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -7,6 +7,10 @@ # Unmask systemd -systemd +# James Le Cuirot (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Yixun Lan (2021-05-19) # Unmask for more testing -elogind @@ -37,8 +41,6 @@ libedit mono motif opencl -qt5 -pulseaudio rsh slang sound diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 683a8cdeafff..ecea495ceab8 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -sparc +# James Le Cuirot (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner (2020-07-01) # Unlikely. vulkan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9889daf8c843..e9195b19e3d6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2021-08-07) +# The ORBlite scanner plugin only works on amd64 and x86. +net-print/hplip-plugin -orblite + # Ionen Wolkens (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. -- cgit v1.2.3