diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-27 19:17:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-27 19:17:39 +0000 |
commit | 3dcb63f53c77ffe3c5b1ff3776c8254c593d1d55 (patch) | |
tree | beb2f48ee9d6632607931765f11741706a3d4827 /profiles | |
parent | b44896ea03d59328305f2dc8fb8987b21983cfb2 (diff) |
gentoo auto-resync : 27:11:2022 - 19:17:39
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 149860 -> 149859 bytes | |||
-rw-r--r-- | profiles/arch/loong/package.use.mask | 19 | ||||
-rw-r--r-- | profiles/package.mask | 22 | ||||
-rw-r--r-- | profiles/profiles.desc | 14 | ||||
-rw-r--r-- | profiles/use.local.desc | 2 |
5 files changed, 43 insertions, 14 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 84f529c9986e..f5fe5e54560f 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index a11fe7068fe5..cf1df784e75e 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,25 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <xen0n@gentoo.org> (2022-11-27) +# Mask configurations not accepting llvm:16 and/or clang:16, either due to +# lack of testing or simply being unsupported upstream (the opaque pointers +# in particular need downstream changes). +app-office/libreoffice clang +<media-libs/mesa-22.3.0 llvm + +# WANG Xuerui <xen0n@gentoo.org> (2022-11-27) +# LLVM toolchain now partially usable on loong, mask the remaining pieces +# pending test/bugfixes/porting. +# +# - sys-libs/libcxxabi: fails many tests but is apparently working +# - sys-libs/libcxx: fails many tests, more upstream work likely needed +# - sys-libs/libomp: fails 4 tests +# - need at least https://reviews.llvm.org/D138177 but there could be more +# - sys-devel/lld: port is still under review +sys-devel/clang-common default-libcxx default-lld +sys-devel/clang-runtime libcxx openmp + # WANG Xuerui <xen0n@gentoo.org> (2022-11-18) # net-libs/webkit-gtk is not available on loong yet. app-text/atril epub diff --git a/profiles/package.mask b/profiles/package.mask index 8b624f9c73dc..d81f375958f8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,28 @@ #--- END OF EXAMPLES --- +# David Seifert <soap@gentoo.org> (2022-11-27) +# Broke API for C++, causes massive carnage for consumers. +# Bug #883223. +~dev-libs/glib-2.74.2 + +# Michał Górny <mgorny@gentoo.org> (2022-11-27) +# Unmaintained. HOMEPAGE is gone. Uses GTK+2. +# Removal on 2022-12-27. Bug #821118. +games-util/xgamer + +# Michał Górny <mgorny@gentoo.org> (2022-11-27) +# Unmaintained, ancient package. x11-misc/unclutter-xfixes is +# a superior replacement. +# Removal on 2022-12-27. Bug #880845. +x11-misc/unclutter + +# Michał Górny <mgorny@gentoo.org> (2022-11-27) +# Unmaintained. Last bumped in 2005. Superseded by Python version +# with last release in 2008, then by vnc2flv with last release in 2010. +# Removal on 2022-12-27. Bug #880927. +x11-misc/vnc2swf + # Michael Mair-Keimberger <mmk@levelnine.at> (2022-11-25) # Unmaintained, last release a decade ago, upstream declared it EOL # Removal in 30 days. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 172de7eaedce..654ae9ec86e3 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -52,20 +52,6 @@ amd64 default/linux/amd64/17.1/systemd/clang/merged-usr exp # AMD64 Profiles # @MAINTAINER: amd64@gentoo.org -amd64 default/linux/amd64/17.0 dev -amd64 default/linux/amd64/17.0/selinux exp -amd64 default/linux/amd64/17.0/hardened exp -amd64 default/linux/amd64/17.0/hardened/selinux exp -amd64 default/linux/amd64/17.0/desktop exp -amd64 default/linux/amd64/17.0/desktop/gnome dev -amd64 default/linux/amd64/17.0/desktop/gnome/systemd exp -amd64 default/linux/amd64/17.0/desktop/plasma dev -amd64 default/linux/amd64/17.0/desktop/plasma/systemd exp -amd64 default/linux/amd64/17.0/developer exp -amd64 default/linux/amd64/17.0/no-multilib exp -amd64 default/linux/amd64/17.0/no-multilib/hardened exp -amd64 default/linux/amd64/17.0/no-multilib/hardened/selinux exp -amd64 default/linux/amd64/17.0/systemd dev amd64 default/linux/amd64/17.0/x32 dev amd64 default/linux/amd64/17.0/x32/systemd exp amd64 default/linux/amd64/17.0/x32/systemd/merged-usr exp diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 44d833c9fc5d..161a0e227ab5 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -3367,6 +3367,8 @@ gui-libs/vte:icu - Enable legacy charset support using dev-libs/icu gui-libs/vte:systemd - Support moving terminal child processes to their own systemd user scopes to avoid terminal getting killed due to child causing OOM gui-libs/vte-common:systemd - Support moving terminal child processes to their own systemd user scopes to avoid terminal getting killed due to child causing OOM gui-libs/wlroots:X - Enable support for X11 applications (XWayland) +gui-libs/wlroots:hwdata - Use system hwdata +gui-libs/wlroots:seatd - Enable libseatd session support gui-libs/wlroots:tinywl - Install the minimal wayland client, tinywl gui-libs/wlroots:vulkan - Enable support for the vulkan backend renderer gui-libs/wlroots:x11-backend - Enable support for handling input/output devices through x11-libs/libxcb |