From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- profiles/arch/alpha/package.use.mask | 4 +++ profiles/arch/amd64/package.use.stable.mask | 4 +++ profiles/arch/amd64/x32/package.mask | 1 + profiles/arch/arm/package.use.mask | 8 +++++ profiles/arch/arm64/package.use.mask | 8 +++++ profiles/arch/base/package.use.mask | 4 +++ profiles/arch/hppa/package.use.mask | 4 +++ profiles/arch/hppa/use.stable.mask | 4 --- profiles/arch/ia64/package.use.mask | 2 ++ profiles/arch/powerpc/ppc32/package.use.mask | 4 +++ profiles/arch/powerpc/ppc64/package.use.mask | 4 +++ profiles/arch/riscv/1level/package.unmask | 5 +++ profiles/arch/riscv/package.use.mask | 54 ++++++++++++++++++---------- profiles/arch/riscv/use.mask | 14 +------- profiles/arch/sparc/package.use.mask | 4 +++ profiles/arch/sparc/package.use.stable.mask | 4 +++ profiles/arch/x86/package.use.mask | 4 +++ profiles/arch/x86/package.use.stable.mask | 4 +++ 18 files changed, 100 insertions(+), 36 deletions(-) create mode 100644 profiles/arch/riscv/1level/package.unmask (limited to 'profiles/arch') diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 2c4a1fc7b933..dcdd15a90626 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.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-11) +# dev-ruby/{thor,tty-editor} not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Matt Turner (2021-07-23) # gui-libs/gtk is not keyworded net-libs/gssdp gtk diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 7abfa2b749c2..4e7011e833fb 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Joonas Niilola (2021-08-13) +# dev-libs/efl is stabilized on amd64. +app-crypt/pinentry -efl + # Sam James (2021-07-17) # Haskell isn't stable on amd64 (or anywhere) # bug #801652 diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index f2f76f9aa189..2f00837f0a02 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -42,6 +42,7 @@ kde-apps/akonadiconsole:5 kde-apps/akregator:5 kde-apps/calendarjanitor:5 kde-apps/calendarsupport:5 +>=kde-apps/cantor-21.08.0:5 kde-apps/eventviews:5 kde-apps/grantlee-editor:5 kde-apps/incidenceeditor:5 diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index a6b3b487b830..56bf6c3d285c 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-08-14) +# Needs Raspberry Pi specific applications +media-video/mjpg-streamer -input-raspicam + +# Marek Szuba (2021-08-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Sam James (2021-07-25) # At present, dev-lang/fpc doesn't support arm64. # Java isn't here either. diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 504199a3062c..695b70d43187 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-08-14) +# Needs Raspberry Pi specific applications +media-video/mjpg-streamer -input-raspicam + +# Marek Szuba (2021-08-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Alexey Sokolov (2021-08-08) # dev-games/ogre doesn't build on arm64, see https://bugs.gentoo.org/806776#c12 dev-games/mygui ogre diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index c71049984f05..94a2b69a910a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-08-14) +# Needs Raspberry Pi specific applications +media-video/mjpg-streamer input-raspicam + # Sam James (2021-07-12) # Haskell is only available on amd64/x86 right now in Gentoo # bug #801649 diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 496d72d0214f..32f72b44f6fb 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. +# Marek Szuba (2021-08-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Michał Górny (2021-07-25) # PyQt5 and wxpython are not keyworded. dev-python/matplotlib qt5 wxwidgets diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index 9114e7eb910e..e0cc1e725f21 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -10,10 +10,6 @@ python_single_target_python3_10 python_targets_python3_10 -# Rolf Eike Beer (2021-02-08) -# dev-lang/lua:5.2 not stable on hppa -lua_single_target_lua5-2 - # Matt Turner (2020-12-23) # dev-db/postgresql is not stable on hppa postgres diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index cc65a287ec6c..7dbe7356975f 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -91,6 +91,8 @@ dev-python/socketpool eventlet gevent # - direct ruby dependency: app-admin/augeas test sys-block/thin-provisioning-tools test +# - Ruby-based test suite, with additional dependencies +app-text/htmltidy test # - texlive japan modules: ruby runtime scripts app-text/texlive l10n_ja context # - net-libs/webkit-gtk: ruby build system diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index b079e832af5d..3bf5039900f3 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 +# Marek Szuba (2021-08-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Matt Turner (07-25-2021) # gdm requires gnome-shell requires rustified librsvg. x11-misc/xscreensaver gdm diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index f8e439c9bde3..934597f132d1 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.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-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Marek Szuba (2021-07-18) # media-plugins/gst-plugins-webrtc and media-plugins/zam-plugins # not keyworded here diff --git a/profiles/arch/riscv/1level/package.unmask b/profiles/arch/riscv/1level/package.unmask new file mode 100644 index 000000000000..61bf895f5679 --- /dev/null +++ b/profiles/arch/riscv/1level/package.unmask @@ -0,0 +1,5 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Does work properly with the one-level libdirs + (2021-08-14) +# virtual/mysql & co. round-up: +# dev-db/mariadb fails tests here, see Bug #807995 +# dev-db/mysql and dev-db/percona-server do not support this arch +# dev-db/mariadb-galera has been absent from the tree since June 2019 +# dev-db/mysql-cluster not tested yet, seriously outdated in the tree +sci-libs/gdal mysql +sys-cluster/slurm slurmdbd + +# Marek Szuba (2021-08-11) +# dev-ruby/httpclient not keyworded here due to failing tests +# (Bug #807727). That said, with httpclient-2.8.3 installed manually +# (and without testing) all webmock-3.13.0 tests passed. +dev-ruby/webmock test +# Currently requires dev-lang/spidermonkey:68, which explicitly +# does not support riscv. Hopefully temporary, see Bug #807772. +net-libs/libproxy spidermonkey + +# Alex Fan (2021-08-12) +# lua requires specifically luajit for gimp +media-gfx/gimp lua unwind + # 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 @@ -85,16 +101,16 @@ dev-python/ipython nbconvert notebook 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 +# - dev-embedded/libftdi, app-misc/inputlircd +app-misc/lirc 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 dev-python/networkx extras +# - dev-ruby{kramdown,maruku,rdiscount} +dev-ruby/yard doc # - app-text/dblatex & media-gfx/transfig dev-util/ragel doc # - Qt5 & KDE @@ -109,8 +125,10 @@ media-libs/devil nvtt media-libs/libvpx doc # - bluetooth, net-misc/ofono media-sound/pulseaudio native-headset ofono-headset +# - media-sound/jack2 +media-video/pipewire jack-client # - 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-video/ffmpeg amrenc bluray bs2b cdio chromaprint codec2 fdk frei0r gme iec61883 ieee1394 kvazaar libaribb24 libilbc libsoxr libtesseract lv2 openh264 rubberband speex srt vidstab xvid zimg zvbi # - media-libs/libquicktime, media-libs/sdl-gfx media-video/mjpegtools quicktime sdlgfx # - sys-cluster/ceph @@ -121,8 +139,8 @@ net-misc/connman iwd ofono sys-block/thin-provisioning-tools test # - sys-cluster/knem, sys-fabric/infinipath-psm sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_psm -# - sys-fabric/ofed, dev-db/mariadb | dev-db/mysql -sys-cluster/slurm ofed slurmdbd +# - sys-fabric/ofed +sys-cluster/slurm ofed # Yixun Lan (2021-05-24) # Dependencies not keyworded, not tested @@ -134,7 +152,7 @@ sys-libs/libblockdev dmraid escrow gnome-base/gvfs bluray cdda mtp ios sys-power/upower ios net-libs/gnome-online-accounts gnome -xfce-base/xfce4-settings libcanberra +net-libs/libproxy kde xfce-extra/tumbler epub ffmpeg odf pdf raw xfce-base/xfce4-meta pulseaudio # KDE not tested, so mask @@ -163,10 +181,6 @@ 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 kde - # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko @@ -177,7 +191,9 @@ dev-libs/libpcre jit (2021-08-10) -# media-video/pipewire is not keyworded. Bug #807616. -pipewire - # Yixun Lan (2021-05-19) # Unmask for more testing -elogind @@ -20,10 +16,8 @@ pipewire -introspection # Marek Szuba (2021-07-05) -# dev-lang/lua:5.2 and dev-lang/luajit known not to work here -lua_single_target_lua5-2 +# dev-lang/luajit does not support this arch lua_single_target_luajit -lua_targets_lua5-2 lua_targets_luajit # Sergei Trofimovich (2019-11-27) @@ -33,18 +27,12 @@ valgrind # Not tested yet bluetooth emacs -fuse jack java -latex -libedit mono motif opencl rsh -slang -sound -webkit # Mattéo Rossillol‑‑Laruelle (2019‑08‑31) # Dependencies not keyworded. diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index aa14039e6690..2a3e57849aab 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.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-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # Matt Turner (2021-07-23) # gui-libs/gtk is not keyworded net-libs/gssdp gtk diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 762bcb6d86a8..f17085509acf 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2021-08-11) +# Indirectly requires wxGTK[gstreamer] that is stable-masked here. +dev-python/matplotlib wxwidgets + # Sam James (2021-02-21) # Avoid pulling in a large unkeyworded dep # which is largely a desktop application diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index e9195b19e3d6..0b6115b7cb90 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 +# Marek Szuba (2021-08-11) +# dev-ruby/tty-editor not keyworded here yet (Bug #807685) +app-text/htmltidy test + # James Le Cuirot (2021-08-07) # The ORBlite scanner plugin only works on amd64 and x86. net-print/hplip-plugin -orblite diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 0a7d4ece539a..59906cad1553 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Joonas Niilola (2021-08-13) +# dev-libs/efl is stabilized on x86. +app-crypt/pinentry -efl + # Sam James (2021-07-17) # Haskell isn't stable on amd64 (or anywhere) # bug #801652 -- cgit v1.2.3