mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit 1d1397a47a31e1b98e5547f537efe1d7f07caa8d.
This commit is contained in:
parent
95d249c0c8
commit
2402be86d9
@ -1,8 +1,9 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
# Copyright 2023-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-08-10)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-08-10)
|
||||||
# Multilib profiles (currently) prefer USE=abi_x86_32 over experimental
|
# Multilib profiles (currently) prefer USE=abi_x86_32 over experimental
|
||||||
# USE=wow64, but experimental is better than no support for no-multilib.
|
# USE=wow64, but experimental is better than no support for no-multilib.
|
||||||
|
app-emulation/wine-proton wow64
|
||||||
app-emulation/wine-staging wow64
|
app-emulation/wine-staging wow64
|
||||||
app-emulation/wine-vanilla wow64
|
app-emulation/wine-vanilla wow64
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Ionen Wolkens <ionen@gentoo.org> (2024-03-08)
|
||||||
|
# media-libs/libdovi is keyworded here
|
||||||
|
media-libs/libplacebo -libdovi
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2024-02-24)
|
# Sam James <sam@gentoo.org> (2024-02-24)
|
||||||
# Only works on amd64 (and x32).
|
# Only works on amd64 (and x32).
|
||||||
dev-debug/gdb -cet
|
dev-debug/gdb -cet
|
||||||
@ -71,16 +75,6 @@ media-video/obs-studio -qsv -websocket
|
|||||||
# app-crypt/rpm-sequoia is keyworded here.
|
# app-crypt/rpm-sequoia is keyworded here.
|
||||||
app-arch/rpm -sequoia
|
app-arch/rpm -sequoia
|
||||||
|
|
||||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
|
|
||||||
# Qt6 is still experimental in freecad, currently the configure phase
|
|
||||||
# gets itself stuck by importing both qt5 and qt6 cmake files.
|
|
||||||
# Since there is no python3.12 support for shiboken2/pyside2, we have
|
|
||||||
# to mask that flag as well.
|
|
||||||
#
|
|
||||||
# We have to mask this here as well as in base/package.use.mask
|
|
||||||
# because qt6 is globally unmasked on amd64
|
|
||||||
media-gfx/freecad qt6 python_single_target_python3_12
|
|
||||||
|
|
||||||
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
|
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
|
||||||
# Only available for amd64.
|
# Only available for amd64.
|
||||||
sys-apps/irqbalance -thermal
|
sys-apps/irqbalance -thermal
|
||||||
@ -91,6 +85,7 @@ media-libs/libplacebo -shaderc
|
|||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
||||||
# dev-cpp/cpp-httplib is keyworded here.
|
# dev-cpp/cpp-httplib is keyworded here.
|
||||||
|
dev-debug/lldb -debuginfod
|
||||||
sys-devel/llvm -debuginfod
|
sys-devel/llvm -debuginfod
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-09-13)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-09-13)
|
||||||
@ -113,11 +108,6 @@ net-misc/curl -nghttp3
|
|||||||
# dev-cpp/cppdap is not keyworded in most places
|
# dev-cpp/cppdap is not keyworded in most places
|
||||||
dev-build/cmake -dap
|
dev-build/cmake -dap
|
||||||
|
|
||||||
# Marek Szuba <marecki@gentoo.org> (2023-06-29)
|
|
||||||
# Now that we globally unmask USE=qt6 for amd64, the mask set
|
|
||||||
# in profiles/base/package.use.mask no longer has any effect on this arch.
|
|
||||||
dev-python/pyotherside qt6
|
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2023-06-24)
|
# Michał Górny <mgorny@gentoo.org> (2023-06-24)
|
||||||
# dev-db/mongodb miraculously got keyworded here.
|
# dev-db/mongodb miraculously got keyworded here.
|
||||||
dev-python/pymongo -test-full
|
dev-python/pymongo -test-full
|
||||||
@ -162,7 +152,7 @@ sys-libs/libomp -llvm_targets_AMDGPU
|
|||||||
net-misc/curl -rustls -curl_ssl_rustls
|
net-misc/curl -rustls -curl_ssl_rustls
|
||||||
|
|
||||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-12-06)
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-12-06)
|
||||||
# Quick Sync Video (through intel-mediasdk or oneVPL) is
|
# Quick Sync Video (through intel-mediasdk or libvpl) is
|
||||||
# only keyworded on amd64
|
# only keyworded on amd64
|
||||||
media-video/ffmpeg -qsv
|
media-video/ffmpeg -qsv
|
||||||
media-libs/gst-plugins-bad -qsv
|
media-libs/gst-plugins-bad -qsv
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Ionen Wolkens <ionen@gentoo.org> (2024-03-08)
|
||||||
|
# media-libs/libdovi is not stable here yet
|
||||||
|
media-libs/libplacebo libdovi
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2024-01-27)
|
# Ionen Wolkens <ionen@gentoo.org> (2024-01-27)
|
||||||
# dev-python/pyside6 is not stable here yet
|
# dev-python/pyside6 is not stable here yet
|
||||||
dev-python/QtPy pyside6
|
dev-python/QtPy pyside6
|
||||||
@ -65,7 +69,7 @@ sys-libs/libomp llvm_targets_AMDGPU
|
|||||||
net-misc/curl rustls curl_ssl_rustls
|
net-misc/curl rustls curl_ssl_rustls
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2022-12-07)
|
# Sam James <sam@gentoo.org> (2022-12-07)
|
||||||
# Needs unstable media-libs/oneVPL
|
# Needs unstable media-libs/libvpl
|
||||||
media-libs/gst-plugins-bad qsv
|
media-libs/gst-plugins-bad qsv
|
||||||
media-video/ffmpeg qsv
|
media-video/ffmpeg qsv
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-08)
|
||||||
|
# mongodb dependencies are not keyworded
|
||||||
|
mail-mta/postfix mongodb
|
||||||
|
|
||||||
# Matt Jolly <kangie@gentoo.org> (2024-03-02)
|
# Matt Jolly <kangie@gentoo.org> (2024-03-02)
|
||||||
# Fails tests, potential false negatives #911402
|
# Fails tests, potential false negatives #911402
|
||||||
app-antivirus/clamav system-mspack
|
app-antivirus/clamav system-mspack
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
|
@ -12,7 +12,7 @@ www-servers/nginx test
|
|||||||
|
|
||||||
# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
|
# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
|
||||||
# Fails to compile, bug #924301
|
# Fails to compile, bug #924301
|
||||||
~dev-lang/rust-1.75.0 lto
|
>=dev-lang/rust-1.75.0 lto
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2024-02-07)
|
# Ionen Wolkens <ionen@gentoo.org> (2024-02-07)
|
||||||
# nvidia-powerd is only available for arm64 in 550+
|
# nvidia-powerd is only available for arm64 in 550+
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
#
|
#
|
||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Ionen Wolkens <ionen@gentoo.org> (2024-03-08)
|
||||||
|
# media-libs/libdovi has very few keywords and there is little interest
|
||||||
|
# in adding extras unless requested (also needs rust+cargo-c)
|
||||||
|
media-libs/libplacebo libdovi
|
||||||
|
|
||||||
# Leonardo Hernández Hernández <leohdz172@proton.me> (2024-02-23)
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2024-02-23)
|
||||||
# net-libs/paho-mqtt-c is only available for amd64 and x86
|
# net-libs/paho-mqtt-c is only available for amd64 and x86
|
||||||
app-admin/syslog-ng mqtt
|
app-admin/syslog-ng mqtt
|
||||||
@ -40,7 +45,7 @@ dev-python/PyQt6 pdfium
|
|||||||
>=gui-libs/wlroots-0.17.0 drm liftoff
|
>=gui-libs/wlroots-0.17.0 drm liftoff
|
||||||
|
|
||||||
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
||||||
# media-libs/oneVPL is only keyworded for amd64 at this time.
|
# media-libs/libvpl is only keyworded for amd64 at this time.
|
||||||
media-video/obs-studio qsv
|
media-video/obs-studio qsv
|
||||||
|
|
||||||
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
||||||
@ -57,6 +62,7 @@ media-libs/libplacebo shaderc
|
|||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
||||||
# dev-cpp/cpp-httplib is barely keyworded anywhere.
|
# dev-cpp/cpp-httplib is barely keyworded anywhere.
|
||||||
|
dev-debug/lldb debuginfod
|
||||||
sys-devel/llvm debuginfod
|
sys-devel/llvm debuginfod
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-09-13)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-09-13)
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-08)
|
||||||
|
# mongodb dependencies are not keyworded
|
||||||
|
mail-mta/postfix mongodb
|
||||||
|
|
||||||
# matoro <matoro_gentoo@matoro.tk> (2024-02-29)
|
# matoro <matoro_gentoo@matoro.tk> (2024-02-29)
|
||||||
# Observed crashes in git-remote-https due to this
|
# Observed crashes in git-remote-https due to this
|
||||||
net-misc/curl adns
|
net-misc/curl adns
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Ionen Wolkens <ionen@gentoo.org> (@024-03-07)
|
||||||
|
# This version fails to build here due to the used crates, and
|
||||||
|
# will wait for next bump rather than try to fix it (bug #926407)
|
||||||
|
~dev-util/maturin-1.5.0
|
||||||
|
|
||||||
# WANG Xuerui <xen0n@gentoo.org> (2023-09-10)
|
# WANG Xuerui <xen0n@gentoo.org> (2023-09-10)
|
||||||
# Has correctness issues on loong (failing test_encode_long_neg_conversion),
|
# Has correctness issues on loong (failing test_encode_long_neg_conversion),
|
||||||
# pending debug.
|
# pending debug.
|
||||||
|
@ -56,6 +56,7 @@ dev-util/librnp man
|
|||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
||||||
# dev-cpp/cpp-httplib is keyworded here.
|
# dev-cpp/cpp-httplib is keyworded here.
|
||||||
|
dev-debug/lldb -debuginfod
|
||||||
sys-devel/llvm -debuginfod
|
sys-devel/llvm -debuginfod
|
||||||
|
|
||||||
# WANG Xuerui <xen0n@gentoo.org> (2023-09-10)
|
# WANG Xuerui <xen0n@gentoo.org> (2023-09-10)
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-08)
|
||||||
|
# mongodb dependencies are not keyworded
|
||||||
|
mail-mta/postfix mongodb
|
||||||
|
|
||||||
# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
|
# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
|
||||||
# Fails to compile, bug #924396
|
# Fails to compile, bug #924396
|
||||||
~dev-lang/rust-1.75.0 lto
|
>=dev-lang/rust-1.75.0 lto
|
||||||
|
|
||||||
# Eray Aslan <eras@gentoo.org> (2024-02-13)
|
# Eray Aslan <eras@gentoo.org> (2024-02-13)
|
||||||
# tests require dev-db/mongodb which is not keyworded
|
# tests require dev-db/mongodb which is not keyworded
|
||||||
@ -261,7 +265,6 @@ app-portage/g-sorcery bson
|
|||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2017-03-24)
|
# Michał Górny <mgorny@gentoo.org> (2017-03-24)
|
||||||
# libcxx fails to compile on ppc*, #595744.
|
# libcxx fails to compile on ppc*, #595744.
|
||||||
sys-devel/clang default-libcxx
|
|
||||||
sys-devel/clang-common default-libcxx
|
sys-devel/clang-common default-libcxx
|
||||||
sys-devel/clang-runtime libcxx
|
sys-devel/clang-runtime libcxx
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 2014-2023 Gentoo Authors
|
# Copyright 2014-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2024-03-07)
|
||||||
|
# dev-lang/php:8.2 is not marked stable here yet (bug #920701)
|
||||||
|
php_targets_php8-2
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2022-03-03)
|
# Sam James <sam@gentoo.org> (2022-03-03)
|
||||||
# dev-lang/ocaml and dev-ml/* not marked stable here
|
# dev-lang/ocaml and dev-ml/* not marked stable here
|
||||||
ocaml
|
ocaml
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
# Please use the same syntax as in use.mask
|
# Please use the same syntax as in use.mask
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2024-03-07)
|
||||||
|
# dev-lang/php:8.2 is not marked stable here yet (bug #920701)
|
||||||
|
php_targets_php8-2
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2021-12-31)
|
# Michał Górny <mgorny@gentoo.org> (2021-12-31)
|
||||||
# PyPy3 target is not ready for stable.
|
# PyPy3 target is not ready for stable.
|
||||||
python_targets_pypy3
|
python_targets_pypy3
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 2023-2024 Gentoo Authors
|
# Copyright 2023-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-08)
|
||||||
|
# mongodb dependencies are not keyworded
|
||||||
|
mail-mta/postfix mongodb
|
||||||
|
|
||||||
# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
|
# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
|
||||||
# Test dependencies not keyworded on this arch.
|
# Test dependencies not keyworded on this arch.
|
||||||
www-servers/nginx test
|
www-servers/nginx test
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-08)
|
||||||
|
# mongodb dependencies are not keyworded
|
||||||
|
mail-mta/postfix mongodb
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2024-02-29)
|
# Sam James <sam@gentoo.org> (2024-02-29)
|
||||||
# dev-util/lttng-ust not keyworded here
|
# dev-util/lttng-ust not keyworded here
|
||||||
sys-cluster/rdma-core lttng
|
sys-cluster/rdma-core lttng
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-08)
|
||||||
|
# mongodb dependencies are not keyworded
|
||||||
|
mail-mta/postfix mongodb
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2024-02-13)
|
# Ionen Wolkens <ionen@gentoo.org> (2024-02-13)
|
||||||
# Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that
|
# Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that
|
||||||
# is not keyworded here and currently fails tests (bug #924430).
|
# is not keyworded here and currently fails tests (bug #924430).
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
# Please use the same syntax as in use.mask
|
# Please use the same syntax as in use.mask
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2024-03-07)
|
||||||
|
# dev-lang/php:8.2 is not marked stable here yet (bug #920701)
|
||||||
|
php_targets_php8-2
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2021-04-27)
|
# Sam James <sam@gentoo.org> (2021-04-27)
|
||||||
# Clang and friends aren't (yet?) stable on sparc
|
# Clang and friends aren't (yet?) stable on sparc
|
||||||
clang
|
clang
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Guilherme Amadio <amadio@gentoo.org> (2024-03-09)
|
||||||
|
# Qt6 not keyworded on x86
|
||||||
|
sci-physics/root qt6
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2024-03-04)
|
# Sam James <sam@gentoo.org> (2024-03-04)
|
||||||
# Miscompiles rust and fails to bootstrap (bug #923278)
|
# Miscompiles rust and fails to bootstrap (bug #923278)
|
||||||
>=dev-lang/rust-1.74.1 lto
|
>=dev-lang/rust-1.74.1 lto
|
||||||
@ -29,6 +33,7 @@ media-libs/libplacebo -shaderc
|
|||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
# Michał Górny <mgorny@gentoo.org> (2023-09-19)
|
||||||
# dev-cpp/cpp-httplib is keyworded here.
|
# dev-cpp/cpp-httplib is keyworded here.
|
||||||
|
dev-debug/lldb -debuginfod
|
||||||
sys-devel/llvm -debuginfod
|
sys-devel/llvm -debuginfod
|
||||||
|
|
||||||
# Jon Janzen <jon@jonjanzen.com> (2023-09-11)
|
# Jon Janzen <jon@jonjanzen.com> (2023-09-11)
|
||||||
@ -41,6 +46,7 @@ app-antivirus/clamav system-mspack
|
|||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-08-10)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-08-10)
|
||||||
# Requires 64bit support.
|
# Requires 64bit support.
|
||||||
|
app-emulation/wine-proton wow64
|
||||||
app-emulation/wine-staging wow64
|
app-emulation/wine-staging wow64
|
||||||
app-emulation/wine-vanilla wow64
|
app-emulation/wine-vanilla wow64
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
|
@ -6,6 +6,24 @@
|
|||||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||||
# mask everywhere, unmask on arch/*) use arch/base.
|
# mask everywhere, unmask on arch/*) use arch/base.
|
||||||
|
|
||||||
|
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-03-10)
|
||||||
|
# These packages have RESTRICT="test" and depend on dev-java/ant-junit
|
||||||
|
# which is going away. Remove this mask when ebuilds are updated.
|
||||||
|
dev-java/ant-ivy test
|
||||||
|
dev-java/rhino test
|
||||||
|
www-servers/tomcat test
|
||||||
|
|
||||||
|
# Guilherme Amadio <amadio@gentoo.org> (2024-03-09)
|
||||||
|
# Requires manually installing dependencies, see bug #791802
|
||||||
|
# Please use MYCMAKEARGS instead.
|
||||||
|
sci-physics/root R
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2024-03-07)
|
||||||
|
# The bluetooth feature is unstable for now (causes timeouts if no dbus adapter
|
||||||
|
# is available).
|
||||||
|
# https://mail.kde.org/pipermail/distributions/2024-March/001481.html
|
||||||
|
>=kde-misc/kdeconnect-24.02.0 bluetooth
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2024-02-24)
|
# Sam James <sam@gentoo.org> (2024-02-24)
|
||||||
# Only works on amd64 (and x32).
|
# Only works on amd64 (and x32).
|
||||||
dev-debug/gdb cet
|
dev-debug/gdb cet
|
||||||
@ -15,11 +33,6 @@ sys-devel/gcc cet
|
|||||||
sys-libs/binutils-libs cet
|
sys-libs/binutils-libs cet
|
||||||
sys-libs/glibc cet
|
sys-libs/glibc cet
|
||||||
|
|
||||||
# Joonas Niilola <juippis@gentoo.org> (2024-02-20)
|
|
||||||
# Upstream massively reworked av1 support breaking our custom
|
|
||||||
# system-av1 patches.
|
|
||||||
>=www-client/firefox-123.0 system-av1
|
|
||||||
|
|
||||||
# Matthew Turnbull <sparky@bluefang-logic.com> (2024-01-24)
|
# Matthew Turnbull <sparky@bluefang-logic.com> (2024-01-24)
|
||||||
# Cinnamon wayland support is experimental and incomplete.
|
# Cinnamon wayland support is experimental and incomplete.
|
||||||
# https://github.com/linuxmint/wayland/issues
|
# https://github.com/linuxmint/wayland/issues
|
||||||
@ -59,13 +72,6 @@ sys-devel/sparse llvm
|
|||||||
# app-crypt/rpm-sequoia is not keyworded on most architectures.
|
# app-crypt/rpm-sequoia is not keyworded on most architectures.
|
||||||
app-arch/rpm sequoia
|
app-arch/rpm sequoia
|
||||||
|
|
||||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
|
|
||||||
# Qt6 is still experimental in freecad, currently the configure phase
|
|
||||||
# gets itself stuck by importing both qt5 and qt6 cmake files.
|
|
||||||
# Since there is no python3.12 support for shiboken2/pyside2, we have
|
|
||||||
# to mask that flag as well.
|
|
||||||
media-gfx/freecad qt6 python_single_target_python3_12
|
|
||||||
|
|
||||||
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
|
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
|
||||||
# Only available for amd64.
|
# Only available for amd64.
|
||||||
sys-apps/irqbalance thermal
|
sys-apps/irqbalance thermal
|
||||||
@ -193,12 +199,6 @@ dev-lang/ruby jit
|
|||||||
# Depends on x11-libs/libdmx, which is masked for removal
|
# Depends on x11-libs/libdmx, which is masked for removal
|
||||||
x11-apps/xdpyinfo dmx
|
x11-apps/xdpyinfo dmx
|
||||||
|
|
||||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-04-09)
|
|
||||||
# dev-java/jython is last-rited due to vulnerabilities.
|
|
||||||
# See bug #825486.
|
|
||||||
dev-java/bsf python
|
|
||||||
dev-java/ant-apache-bsf python
|
|
||||||
|
|
||||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2023-04-05)
|
# Georgy Yakovlev <gyakovlev@gentoo.org> (2023-04-05)
|
||||||
# Currently broken on 11
|
# Currently broken on 11
|
||||||
# https://bugs.gentoo.org/833097
|
# https://bugs.gentoo.org/833097
|
||||||
@ -283,10 +283,6 @@ gnome-base/gnome-extra-apps tracker
|
|||||||
# which has not been ported to libsoup:3.0.
|
# which has not been ported to libsoup:3.0.
|
||||||
>=app-misc/tracker-miners-3.4.0-r1 rss
|
>=app-misc/tracker-miners-3.4.0-r1 rss
|
||||||
|
|
||||||
# Marek Szuba <marecki@gentoo.org> (2022-11-14)
|
|
||||||
# As of August 2023, does not support qt-6.5+ yet.
|
|
||||||
dev-python/pyotherside qt6
|
|
||||||
|
|
||||||
# Viorel Munteanu <ceamac.paragon@gmail.com> (2022-10-07)
|
# Viorel Munteanu <ceamac.paragon@gmail.com> (2022-10-07)
|
||||||
# Cannot test and fix pax-kernel related bugs on a current grsec kernel
|
# Cannot test and fix pax-kernel related bugs on a current grsec kernel
|
||||||
# Mask the flag for now
|
# Mask the flag for now
|
||||||
|
@ -33,7 +33,7 @@ sys-block/nbdkit libguestfs
|
|||||||
sci-physics/lammps hip
|
sci-physics/lammps hip
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2022-12-07)
|
# Sam James <sam@gentoo.org> (2022-12-07)
|
||||||
# Needs unstable media-libs/oneVPL
|
# Needs unstable media-libs/libvpl
|
||||||
media-libs/gst-plugins-bad qsv
|
media-libs/gst-plugins-bad qsv
|
||||||
media-video/ffmpeg qsv
|
media-video/ffmpeg qsv
|
||||||
|
|
||||||
|
@ -13,10 +13,6 @@ ruby_targets_ruby33
|
|||||||
# New unstable PHP slot.
|
# New unstable PHP slot.
|
||||||
php_targets_php8-3
|
php_targets_php8-3
|
||||||
|
|
||||||
# Brian Evans <grknight@gentoo.org> (2022-12-09)
|
|
||||||
# PHP 8.2 is in testing
|
|
||||||
php_targets_php8-2
|
|
||||||
|
|
||||||
# Zac Medico <zmedico@gentoo.org> (2016-09-01)
|
# Zac Medico <zmedico@gentoo.org> (2016-09-01)
|
||||||
# Needs dev-python/pypy* stable
|
# Needs dev-python/pypy* stable
|
||||||
python_targets_pypy3
|
python_targets_pypy3
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sergey Popov <pinkbyte@gentoo.org> (2024-03-05)
|
||||||
|
# games-strategy/seven-kingdoms does not build on musl,
|
||||||
|
# requires glibc-specific locale handling. (#923907)
|
||||||
|
games-strategy/seven-kingdoms
|
||||||
|
|
||||||
# Joshua Kinard <kumba@gentoo.org> (2024-02-27)
|
# Joshua Kinard <kumba@gentoo.org> (2024-02-27)
|
||||||
# app-arch/lrzip-next cannot work w/ musl's pthreads at
|
# app-arch/lrzip-next cannot work w/ musl's pthreads at
|
||||||
# this time. (#925547)
|
# this time. (#925547)
|
||||||
|
@ -1,6 +1,16 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-07)
|
||||||
|
# This doesn't work yet with musl-1.2.4, bug 906603
|
||||||
|
sys-libs/compiler-rt-sanitizers msan
|
||||||
|
|
||||||
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-05)
|
||||||
|
# gprofng is still somewhat messed up with musl-1.2.4, does not build
|
||||||
|
# let's hope this is fixed with the next release
|
||||||
|
# bug 912284
|
||||||
|
<sys-devel/binutils-2.43 gprofng
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2022-10-04)
|
# Sam James <sam@gentoo.org> (2022-10-04)
|
||||||
# libxcrypt migration isn't yet stable on musl.
|
# libxcrypt migration isn't yet stable on musl.
|
||||||
sys-auth/pambase yescrypt
|
sys-auth/pambase yescrypt
|
||||||
|
@ -17,6 +17,20 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-03-10)
|
||||||
|
# ant-core should no longer be ussed as of version 1.10.14 or higher.
|
||||||
|
# It is now completely integrated in dev-java/ant and will be removed after a
|
||||||
|
# grace period.
|
||||||
|
dev-java/ant-core
|
||||||
|
|
||||||
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-09)
|
||||||
|
# Unmaintained upstream. Does not build with llvm-16 and up, nor with
|
||||||
|
# python-3.12 and up. Please port to Qt6.
|
||||||
|
# Bug: https://bugs.gentoo.org/920544
|
||||||
|
dev-python/pyside2
|
||||||
|
dev-python/pyside2-tools
|
||||||
|
dev-python/shiboken2
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2024-01-23)
|
# Michał Górny <mgorny@gentoo.org> (2024-01-23)
|
||||||
# Unmaintained, very hacky package. Its replacement, berkeleydb,
|
# Unmaintained, very hacky package. Its replacement, berkeleydb,
|
||||||
# was so bad that we've lastrited it.
|
# was so bad that we've lastrited it.
|
||||||
|
@ -33,8 +33,97 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-03-10)
|
||||||
|
# Unused java libraries. The ant tasks are now provided by dev-java/ant.
|
||||||
|
# Removal on 2024-04-09.
|
||||||
|
dev-java/ant-apache-regexp
|
||||||
|
dev-java/ant-apache-log4j
|
||||||
|
dev-java/ant-apache-xalan2
|
||||||
|
dev-java/ant-commons-logging
|
||||||
|
dev-java/ant-swing
|
||||||
|
dev-java/ant-junit4
|
||||||
|
dev-java/ant-testutil
|
||||||
|
dev-java/ant-junitlauncher
|
||||||
|
dev-java/ant-jai
|
||||||
|
dev-java/ant-commons-net
|
||||||
|
dev-java/ant-apache-bsf
|
||||||
|
dev-java/ant-jmf
|
||||||
|
dev-java/ant-apache-oro
|
||||||
|
dev-java/ant-javamail
|
||||||
|
dev-java/ant-junit
|
||||||
|
dev-java/ant-jdepend
|
||||||
|
dev-java/ant-antlr
|
||||||
|
dev-java/ant-apache-bcel
|
||||||
|
dev-java/ant-apache-resolver
|
||||||
|
dev-java/ant-jsch
|
||||||
|
dev-java/ant-xz
|
||||||
|
dev-java/gnu-jaf
|
||||||
|
dev-java/failureaccess
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2024-03-10)
|
||||||
|
# Packages that still require <dev-python/cython-3 and do not promise
|
||||||
|
# a fix anytime soon.
|
||||||
|
#
|
||||||
|
# dev-python/python-efl: econnman as revdep, bug #925692.
|
||||||
|
# dev-python/pipenv: via <pydantic-2, + dparse, bug #925698, bug #925553.
|
||||||
|
# dev-python/pygame_sdl2: also py3.12, bug #911781
|
||||||
|
# games-engines/renpy: also py3.12, bug #925693
|
||||||
|
# sci-chemistry/mdtraj: also py3.12, PEP517, bug #911646.
|
||||||
|
#
|
||||||
|
# Includes their few reverse dependencies and their exclusive
|
||||||
|
# dependencies without Python 3.12 support.
|
||||||
|
#
|
||||||
|
# Removal on 2024-04-09.
|
||||||
|
dev-python/astunparse
|
||||||
|
dev-python/dparse
|
||||||
|
dev-python/pipenv
|
||||||
|
dev-python/pygame_sdl2
|
||||||
|
dev-python/python-efl
|
||||||
|
games-engines/renpy
|
||||||
|
net-misc/econnman
|
||||||
|
sci-chemistry/mdtraj
|
||||||
|
|
||||||
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-10)
|
||||||
|
# Archived upstream, latest release is 3 years old. One test
|
||||||
|
# failure with python 3.11, more with python 3.12.
|
||||||
|
# Removal on: 2024-04-10. Bug #920439
|
||||||
|
sci-libs/scikit-optimize
|
||||||
|
|
||||||
|
# Eray Aslan <eras@gentoo.org> (2024-03-10)
|
||||||
|
# Mask experimental software
|
||||||
|
=mail-mta/postfix-3.10*
|
||||||
|
|
||||||
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-09)
|
||||||
|
# Requires pyside2/shiboken2, which is unmaintained upstream and
|
||||||
|
# not compatible with llvm-16 and up or python-3.12 and up.
|
||||||
|
# No upstream activity for 2 years.
|
||||||
|
# dev-python/QtPy is an alternative that does support Qt6.
|
||||||
|
# Removal on: 2024-04-09. Bug #926548
|
||||||
|
dev-python/anyqt
|
||||||
|
|
||||||
|
# Arthur Zamarin <arthurzam@gentoo.org> (2024-03-08)
|
||||||
|
# A library without reverse dependencies.
|
||||||
|
# Removal on: 2024-04-07. Bug #926486.
|
||||||
|
dev-libs/yascreen
|
||||||
|
|
||||||
|
# Ulrich Müller <ulm@gentoo.org> (2024-03-06)
|
||||||
|
# Inactive upstream maintainer. Needs porting to PEP 517 (or better,
|
||||||
|
# from Python to Emacs Lisp) and from layman to repository.eselect.
|
||||||
|
# Removal on 2024-05-05. Bug #909887, #909890.
|
||||||
|
app-portage/g-sorcery
|
||||||
|
app-portage/gs-elpa
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2024-02-28)
|
||||||
|
# Stopped working after GMail changes some 1.5 years ago,
|
||||||
|
# no more upstream development.
|
||||||
|
# Removal on 2024-04-03.
|
||||||
|
kde-misc/gmail-feed
|
||||||
|
|
||||||
# Florian Schmaus <flow@gentoo.org> (2024-03-01)
|
# Florian Schmaus <flow@gentoo.org> (2024-03-01)
|
||||||
# TexLive 2023 mask
|
# TexLive 2023 is currently masked for testing.
|
||||||
|
# Please report issues by creating a new bug report at
|
||||||
|
# https://bugs.gentoo.org instead of commenting on the
|
||||||
|
# tracking bug #836779 (https://bugs.gentoo.org/836779).
|
||||||
>=app-text/dvipsk-2023.03.11_p66203
|
>=app-text/dvipsk-2023.03.11_p66203
|
||||||
>=app-text/dvisvgm-3.2
|
>=app-text/dvisvgm-3.2
|
||||||
>=app-text/ps2pkm-1.8_p20230311
|
>=app-text/ps2pkm-1.8_p20230311
|
||||||
@ -190,68 +279,68 @@ sci-libs/mpir
|
|||||||
~kde-frameworks/kxmlgui-6.0.0
|
~kde-frameworks/kxmlgui-6.0.0
|
||||||
~kde-frameworks/purpose-6.0.0
|
~kde-frameworks/purpose-6.0.0
|
||||||
~kde-frameworks/qqc2-desktop-style-6.0.0
|
~kde-frameworks/qqc2-desktop-style-6.0.0
|
||||||
~kde-plasma/bluedevil-6.0.0
|
~kde-plasma/bluedevil-6.0.1
|
||||||
~kde-plasma/breeze-6.0.0
|
~kde-plasma/breeze-6.0.1
|
||||||
~kde-plasma/breeze-grub-6.0.0
|
~kde-plasma/breeze-grub-6.0.1
|
||||||
~kde-plasma/breeze-gtk-6.0.0
|
~kde-plasma/breeze-gtk-6.0.1.1
|
||||||
~kde-plasma/breeze-plymouth-6.0.0
|
~kde-plasma/breeze-plymouth-6.0.1.1
|
||||||
~kde-plasma/discover-6.0.0
|
~kde-plasma/discover-6.0.1
|
||||||
~kde-plasma/drkonqi-6.0.0
|
~kde-plasma/drkonqi-6.0.1
|
||||||
~kde-plasma/flatpak-kcm-6.0.0
|
~kde-plasma/flatpak-kcm-6.0.1
|
||||||
~kde-plasma/kactivitymanagerd-6.0.0
|
~kde-plasma/kactivitymanagerd-6.0.1
|
||||||
~kde-plasma/kde-cli-tools-6.0.0
|
~kde-plasma/kde-cli-tools-6.0.1
|
||||||
~kde-plasma/kde-gtk-config-6.0.0
|
~kde-plasma/kde-gtk-config-6.0.1
|
||||||
~kde-plasma/kdecoration-6.0.0
|
~kde-plasma/kdecoration-6.0.1
|
||||||
~kde-plasma/kdeplasma-addons-6.0.0
|
~kde-plasma/kdeplasma-addons-6.0.1
|
||||||
~kde-plasma/kgamma-6.0.0
|
~kde-plasma/kgamma-6.0.1
|
||||||
~kde-plasma/kglobalacceld-6.0.0
|
~kde-plasma/kglobalacceld-6.0.1
|
||||||
~kde-plasma/kinfocenter-6.0.0
|
~kde-plasma/kinfocenter-6.0.1
|
||||||
~kde-plasma/kmenuedit-6.0.0
|
~kde-plasma/kmenuedit-6.0.1
|
||||||
~kde-plasma/kpipewire-6.0.0
|
~kde-plasma/kpipewire-6.0.1.1
|
||||||
~kde-plasma/kscreen-6.0.0
|
~kde-plasma/kscreen-6.0.1
|
||||||
~kde-plasma/kscreenlocker-6.0.0
|
~kde-plasma/kscreenlocker-6.0.1
|
||||||
~kde-plasma/ksshaskpass-6.0.0
|
~kde-plasma/ksshaskpass-6.0.1
|
||||||
~kde-plasma/ksystemstats-6.0.0
|
~kde-plasma/ksystemstats-6.0.1
|
||||||
~kde-plasma/kwallet-pam-6.0.0
|
~kde-plasma/kwallet-pam-6.0.1
|
||||||
~kde-plasma/kwayland-6.0.0
|
~kde-plasma/kwayland-6.0.1
|
||||||
~kde-plasma/kwayland-integration-6.0.0
|
~kde-plasma/kwayland-integration-6.0.1
|
||||||
~kde-plasma/kwin-6.0.0
|
~kde-plasma/kwin-6.0.1
|
||||||
~kde-plasma/kwrited-6.0.0
|
~kde-plasma/kwrited-6.0.1
|
||||||
~kde-plasma/layer-shell-qt-6.0.0
|
~kde-plasma/layer-shell-qt-6.0.1
|
||||||
~kde-plasma/libkscreen-6.0.0
|
~kde-plasma/libkscreen-6.0.1
|
||||||
~kde-plasma/libksysguard-6.0.0
|
~kde-plasma/libksysguard-6.0.1
|
||||||
~kde-plasma/libplasma-6.0.0
|
~kde-plasma/libplasma-6.0.1
|
||||||
~kde-plasma/milou-6.0.0
|
~kde-plasma/milou-6.0.1
|
||||||
~kde-plasma/ocean-sound-theme-6.0.0
|
~kde-plasma/ocean-sound-theme-6.0.1
|
||||||
~kde-plasma/oxygen-6.0.0
|
~kde-plasma/oxygen-6.0.1
|
||||||
~kde-plasma/oxygen-sounds-6.0.0
|
~kde-plasma/oxygen-sounds-6.0.1
|
||||||
~kde-plasma/plasma-activities-6.0.0
|
~kde-plasma/plasma-activities-6.0.1
|
||||||
~kde-plasma/plasma-activities-stats-6.0.0
|
~kde-plasma/plasma-activities-stats-6.0.1
|
||||||
~kde-plasma/plasma-browser-integration-6.0.0
|
~kde-plasma/plasma-browser-integration-6.0.1
|
||||||
~kde-plasma/plasma-desktop-6.0.0
|
~kde-plasma/plasma-desktop-6.0.1
|
||||||
~kde-plasma/plasma-disks-6.0.0
|
~kde-plasma/plasma-disks-6.0.1
|
||||||
~kde-plasma/plasma-firewall-6.0.0
|
~kde-plasma/plasma-firewall-6.0.1
|
||||||
~kde-plasma/plasma-integration-6.0.0
|
~kde-plasma/plasma-integration-6.0.1
|
||||||
~kde-plasma/plasma-meta-6.0.0
|
~kde-plasma/plasma-meta-6.0.1
|
||||||
~kde-plasma/plasma-nm-6.0.0
|
~kde-plasma/plasma-nm-6.0.1
|
||||||
~kde-plasma/plasma-pa-6.0.0
|
~kde-plasma/plasma-pa-6.0.1
|
||||||
~kde-plasma/plasma-sdk-6.0.0
|
~kde-plasma/plasma-sdk-6.0.1
|
||||||
~kde-plasma/plasma-systemmonitor-6.0.0
|
~kde-plasma/plasma-systemmonitor-6.0.1
|
||||||
~kde-plasma/plasma-thunderbolt-6.0.0
|
~kde-plasma/plasma-thunderbolt-6.0.1
|
||||||
~kde-plasma/plasma-vault-6.0.0
|
~kde-plasma/plasma-vault-6.0.1
|
||||||
~kde-plasma/plasma-welcome-6.0.0
|
~kde-plasma/plasma-welcome-6.0.1
|
||||||
~kde-plasma/plasma-workspace-6.0.0
|
~kde-plasma/plasma-workspace-6.0.1
|
||||||
~kde-plasma/plasma-workspace-wallpapers-6.0.0
|
~kde-plasma/plasma-workspace-wallpapers-6.0.1
|
||||||
~kde-plasma/plasma5support-6.0.0
|
~kde-plasma/plasma5support-6.0.1
|
||||||
~kde-plasma/plymouth-kcm-6.0.0
|
~kde-plasma/plymouth-kcm-6.0.1
|
||||||
~kde-plasma/polkit-kde-agent-6.0.0
|
~kde-plasma/polkit-kde-agent-6.0.1
|
||||||
~kde-plasma/powerdevil-6.0.0
|
~kde-plasma/powerdevil-6.0.1
|
||||||
~kde-plasma/print-manager-6.0.0
|
~kde-plasma/print-manager-6.0.1
|
||||||
=kde-plasma/print-manager-23.08.5-r100
|
~kde-plasma/qqc2-breeze-style-6.0.1
|
||||||
~kde-plasma/sddm-kcm-6.0.0
|
~kde-plasma/sddm-kcm-6.0.1
|
||||||
~kde-plasma/systemsettings-6.0.0
|
~kde-plasma/systemsettings-6.0.1
|
||||||
~kde-plasma/wacomtablet-6.0.0
|
~kde-plasma/wacomtablet-6.0.1
|
||||||
~kde-plasma/xdg-desktop-portal-kde-6.0.0
|
~kde-plasma/xdg-desktop-portal-kde-6.0.1
|
||||||
~kde-apps/baloo-widgets-24.02.0
|
~kde-apps/baloo-widgets-24.02.0
|
||||||
~kde-apps/dolphin-24.02.0
|
~kde-apps/dolphin-24.02.0
|
||||||
~kde-apps/ffmpegthumbs-24.02.0
|
~kde-apps/ffmpegthumbs-24.02.0
|
||||||
@ -365,12 +454,10 @@ sci-libs/mpir
|
|||||||
~kde-apps/kdenetwork-filesharing-24.02.0
|
~kde-apps/kdenetwork-filesharing-24.02.0
|
||||||
~kde-apps/kget-24.02.0
|
~kde-apps/kget-24.02.0
|
||||||
~kde-apps/kio-extras-24.02.0
|
~kde-apps/kio-extras-24.02.0
|
||||||
=kde-apps/kio-extras-23.08.5-r100
|
|
||||||
~kde-apps/krfb-24.02.0
|
~kde-apps/krfb-24.02.0
|
||||||
~kde-apps/signon-kwallet-extension-24.02.0
|
~kde-apps/signon-kwallet-extension-24.02.0
|
||||||
~kde-misc/kdeconnect-24.02.0
|
~kde-misc/kdeconnect-24.02.0
|
||||||
~kde-misc/kio-gdrive-24.02.0
|
~kde-misc/kio-gdrive-24.02.0
|
||||||
=kde-misc/kio-gdrive-23.08.5-r1
|
|
||||||
~net-im/neochat-24.02.0
|
~net-im/neochat-24.02.0
|
||||||
~net-im/tokodon-24.02.0
|
~net-im/tokodon-24.02.0
|
||||||
~net-irc/konversation-24.02.0
|
~net-irc/konversation-24.02.0
|
||||||
@ -424,7 +511,6 @@ sci-libs/mpir
|
|||||||
~kde-apps/libgravatar-24.02.0
|
~kde-apps/libgravatar-24.02.0
|
||||||
~kde-apps/libkdepim-24.02.0
|
~kde-apps/libkdepim-24.02.0
|
||||||
~kde-apps/libkgapi-24.02.0
|
~kde-apps/libkgapi-24.02.0
|
||||||
=kde-apps/libkgapi-23.08.5-r100
|
|
||||||
~kde-apps/libkleo-24.02.0
|
~kde-apps/libkleo-24.02.0
|
||||||
~kde-apps/libksieve-24.02.0
|
~kde-apps/libksieve-24.02.0
|
||||||
~kde-apps/libktnef-24.02.0
|
~kde-apps/libktnef-24.02.0
|
||||||
@ -466,6 +552,10 @@ sci-libs/mpir
|
|||||||
~kde-misc/markdownpart-24.02.0
|
~kde-misc/markdownpart-24.02.0
|
||||||
~sys-block/partitionmanager-24.02.0
|
~sys-block/partitionmanager-24.02.0
|
||||||
~sys-libs/kpmcore-24.02.0
|
~sys-libs/kpmcore-24.02.0
|
||||||
|
=kde-apps/kio-extras-23.08.5-r100
|
||||||
|
=kde-apps/libkgapi-23.08.5-r100
|
||||||
|
=kde-misc/kio-gdrive-23.08.5-r1
|
||||||
|
=kde-plasma/print-manager-23.08.5-r100
|
||||||
~kde-misc/kio-fuse-5.1.0
|
~kde-misc/kio-fuse-5.1.0
|
||||||
~kde-misc/plasma-pass-1.2.2
|
~kde-misc/plasma-pass-1.2.2
|
||||||
~dev-db/futuresql-0.1.1
|
~dev-db/futuresql-0.1.1
|
||||||
@ -564,10 +654,6 @@ dev-python/pendulum
|
|||||||
# May break on some arches b/c of visibility/map changes to ffi_type_longdouble
|
# May break on some arches b/c of visibility/map changes to ffi_type_longdouble
|
||||||
=dev-libs/libffi-3.4.5
|
=dev-libs/libffi-3.4.5
|
||||||
|
|
||||||
# Ulrich Müller <ulm@gentoo.org> (2024-02-15)
|
|
||||||
# Hangs at runtime, bug #924617.
|
|
||||||
=net-im/zoom-5.17.5.2543
|
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2024-02-14)
|
# Michał Górny <mgorny@gentoo.org> (2024-02-14)
|
||||||
# Abandoned upstream in 2020. Has a fork that has last been released
|
# Abandoned upstream in 2020. Has a fork that has last been released
|
||||||
# in 2021. No revdeps.
|
# in 2021. No revdeps.
|
||||||
@ -643,11 +729,6 @@ dev-python/debugpy
|
|||||||
# Removal on 2024-03-08. Bug #806079.
|
# Removal on 2024-03-08. Bug #806079.
|
||||||
sys-libs/libhugetlbfs
|
sys-libs/libhugetlbfs
|
||||||
|
|
||||||
# Joonas Niilola <juippis@gentoo.org> (2024-02-07)
|
|
||||||
# The webpage it was built to scrape isn't online anymore.
|
|
||||||
# Removal: 2024-03-08. Bug #924007.
|
|
||||||
net-misc/buka
|
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2024-02-03)
|
# Michał Górny <mgorny@gentoo.org> (2024-02-03)
|
||||||
# Doesn't work with Flask 3, and is abandoned upstream. It can be
|
# Doesn't work with Flask 3, and is abandoned upstream. It can be
|
||||||
# trivially replaced by a local function. No revdeps.
|
# trivially replaced by a local function. No revdeps.
|
||||||
@ -660,13 +741,6 @@ dev-python/flask-gravatar
|
|||||||
# by the Python team.
|
# by the Python team.
|
||||||
>=dev-python/pytest-8
|
>=dev-python/pytest-8
|
||||||
|
|
||||||
# Ulrich Müller <ulm@gentoo.org> (2024-01-30)
|
|
||||||
# SLOT 25 of app-editors/emacs, corresponding to GNU Emacs version 25.3.
|
|
||||||
# This version was released in May 2018. Please upgrade to >=emacs-26
|
|
||||||
# and update your Emacs Lisp packages with emacs-updater.
|
|
||||||
# Removal on 2024-02-29. Bug #923329.
|
|
||||||
app-editors/emacs:25
|
|
||||||
|
|
||||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-01-24)
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-01-24)
|
||||||
# app-misc/ddcutil-2.1.0 causes core-dump crashes in
|
# app-misc/ddcutil-2.1.0 causes core-dump crashes in
|
||||||
# kde-plasma/powerdevil[brightness-control].
|
# kde-plasma/powerdevil[brightness-control].
|
||||||
@ -752,10 +826,6 @@ app-editors/emacs:25
|
|||||||
=sys-fs/btrfs-progs-6.6-r1
|
=sys-fs/btrfs-progs-6.6-r1
|
||||||
=sys-fs/btrfs-progs-6.6-r2
|
=sys-fs/btrfs-progs-6.6-r2
|
||||||
|
|
||||||
# Tomáš Mózes <hydrapolic@gmail.com> (2023-11-02)
|
|
||||||
# Performance regression. Bug #916713.
|
|
||||||
=dev-db/mydumper-0.15.1.3
|
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2023-10-06)
|
# Sam James <sam@gentoo.org> (2023-10-06)
|
||||||
# Breaks building scipy: https://github.com/cython/cython/issues/5748
|
# Breaks building scipy: https://github.com/cython/cython/issues/5748
|
||||||
=dev-python/cython-3.0.3
|
=dev-python/cython-3.0.3
|
||||||
@ -826,10 +896,6 @@ net-misc/openr2
|
|||||||
=sys-libs/ncurses-6.4_p20230506
|
=sys-libs/ncurses-6.4_p20230506
|
||||||
=sys-libs/ncurses-6.4_p20230527
|
=sys-libs/ncurses-6.4_p20230527
|
||||||
|
|
||||||
# Eray Aslan <eras@gentoo.org> (2023-04-12)
|
|
||||||
# Mask experimental software
|
|
||||||
=mail-mta/postfix-3.9*
|
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-03-30)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-03-30)
|
||||||
# NVIDIA dropped support for the 390.xx branch in December 2022[1].
|
# NVIDIA dropped support for the 390.xx branch in December 2022[1].
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2019 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Fabian Groffen <grobian@gentoo.org> (2024-03-08)
|
||||||
|
# un-force pie, won't work on this arch
|
||||||
|
sys-devel/gcc -pie
|
||||||
|
|
||||||
# Fabian Groffen <grobian@gentoo.org> (2016-12-20)
|
# Fabian Groffen <grobian@gentoo.org> (2016-12-20)
|
||||||
# Force the host target to avoid dependency hell
|
# Force the host target to avoid dependency hell
|
||||||
dev-ml/llvm-ocaml llvm_targets_PowerPC
|
dev-ml/llvm-ocaml llvm_targets_PowerPC
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2024 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# The 32-bits profile is inherited by the 64-bits one!
|
# The 32-bits profile is inherited by the 64-bits one!
|
||||||
# All the Mac OS X profiles inherit from their matching arch profile here.
|
# All the Mac OS X profiles inherit from their matching arch profile here.
|
||||||
|
|
||||||
|
# Fabian Groffen <grobian@gentoo.org> (2024-03-08)
|
||||||
|
# mask pie, won't work on this arch
|
||||||
|
sys-devel/gcc pie
|
||||||
|
|
||||||
# Elias Pipping <pipping@gentoo.org> (2007-09-01)
|
# Elias Pipping <pipping@gentoo.org> (2007-09-01)
|
||||||
# imlib2 does not compile with USE=mmx
|
# imlib2 does not compile with USE=mmx
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Fabian Groffen <grobian@gentoo.org> (2024-03-08)
|
||||||
|
# -z,now is not something Darwin linkers understand
|
||||||
|
sys-devel/gcc -default-znow
|
||||||
|
|
||||||
# Jacob Floyd <cognifloyd@gmail.org> (2020-12-20)
|
# Jacob Floyd <cognifloyd@gmail.org> (2020-12-20)
|
||||||
# Make sure we always use libcxxabi on macos prefix
|
# Make sure we always use libcxxabi on macos prefix
|
||||||
sys-libs/libcxx libcxxabi
|
sys-libs/libcxx libcxxabi
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Fabian Groffen <grobian@gentoo.org> (2024-03-08)
|
||||||
|
# -z,now is not something Darwin linkers understand
|
||||||
|
sys-devel/gcc default-znow
|
||||||
|
|
||||||
# Benda Xu <heroxbd@gentoo.org> (2023-08-18)
|
# Benda Xu <heroxbd@gentoo.org> (2023-08-18)
|
||||||
# strlcpy and other BSD functions are available in the libc of macOS.
|
# strlcpy and other BSD functions are available in the libc of macOS.
|
||||||
# Should not use libbsd.
|
# Should not use libbsd.
|
||||||
|
@ -651,14 +651,14 @@ arm64 default/linux/arm64/17.0/musl dev
|
|||||||
arm64 default/linux/arm64/17.0/musl/llvm exp
|
arm64 default/linux/arm64/17.0/musl/llvm exp
|
||||||
arm64 default/linux/arm64/17.0/musl/hardened exp
|
arm64 default/linux/arm64/17.0/musl/hardened exp
|
||||||
arm64 default/linux/arm64/17.0/musl/hardened/selinux exp
|
arm64 default/linux/arm64/17.0/musl/hardened/selinux exp
|
||||||
# arm64 default/linux/arm64/23.0/musl exp
|
arm64 default/linux/arm64/23.0/musl exp
|
||||||
# arm64 default/linux/arm64/23.0/musl/llvm exp
|
arm64 default/linux/arm64/23.0/musl/llvm exp
|
||||||
# arm64 default/linux/arm64/23.0/musl/hardened exp
|
arm64 default/linux/arm64/23.0/musl/hardened exp
|
||||||
# arm64 default/linux/arm64/23.0/musl/hardened/selinux exp
|
arm64 default/linux/arm64/23.0/musl/hardened/selinux exp
|
||||||
# arm64 default/linux/arm64/23.0/split-usr/musl exp
|
arm64 default/linux/arm64/23.0/split-usr/musl exp
|
||||||
# arm64 default/linux/arm64/23.0/split-usr/musl/llvm exp
|
arm64 default/linux/arm64/23.0/split-usr/musl/llvm exp
|
||||||
# arm64 default/linux/arm64/23.0/split-usr/musl/hardened exp
|
arm64 default/linux/arm64/23.0/split-usr/musl/hardened exp
|
||||||
# arm64 default/linux/arm64/23.0/split-usr/musl/hardened/selinux exp
|
arm64 default/linux/arm64/23.0/split-usr/musl/hardened/selinux exp
|
||||||
m68k default/linux/m68k/17.0/musl exp
|
m68k default/linux/m68k/17.0/musl exp
|
||||||
m68k default/linux/m68k/23.0/musl exp
|
m68k default/linux/m68k/23.0/musl exp
|
||||||
m68k default/linux/m68k/23.0/split-usr/musl exp
|
m68k default/linux/m68k/23.0/split-usr/musl exp
|
||||||
@ -682,14 +682,14 @@ riscv default/linux/riscv/23.0/rv64/split-usr/lp64d/musl exp
|
|||||||
riscv default/linux/riscv/23.0/rv64/split-usr/lp64/musl exp
|
riscv default/linux/riscv/23.0/rv64/split-usr/lp64/musl exp
|
||||||
x86 default/linux/x86/17.0/musl dev
|
x86 default/linux/x86/17.0/musl dev
|
||||||
x86 default/linux/x86/17.0/musl/selinux exp
|
x86 default/linux/x86/17.0/musl/selinux exp
|
||||||
# x86 default/linux/x86/23.0/i686/musl exp
|
x86 default/linux/x86/23.0/i686/musl exp
|
||||||
# x86 default/linux/x86/23.0/i686/musl/selinux exp
|
x86 default/linux/x86/23.0/i686/musl/selinux exp
|
||||||
# x86 default/linux/x86/23.0/i686/split-usr/musl exp
|
x86 default/linux/x86/23.0/i686/split-usr/musl exp
|
||||||
# x86 default/linux/x86/23.0/i686/split-usr/musl/selinux exp
|
x86 default/linux/x86/23.0/i686/split-usr/musl/selinux exp
|
||||||
# x86 default/linux/x86/23.0/i486/musl exp
|
x86 default/linux/x86/23.0/i486/musl exp
|
||||||
# x86 default/linux/x86/23.0/i486/musl/selinux exp
|
x86 default/linux/x86/23.0/i486/musl/selinux exp
|
||||||
# x86 default/linux/x86/23.0/i486/split-usr/musl exp
|
x86 default/linux/x86/23.0/i486/split-usr/musl exp
|
||||||
# x86 default/linux/x86/23.0/i486/split-usr/musl/selinux exp
|
x86 default/linux/x86/23.0/i486/split-usr/musl/selinux exp
|
||||||
|
|
||||||
|
|
||||||
# These are Gentoo Prefix profiles, maintained by the Prefix team
|
# These are Gentoo Prefix profiles, maintained by the Prefix team
|
||||||
|
@ -7,9 +7,8 @@
|
|||||||
# This just makes sense nowadays, if only for distfiles...
|
# This just makes sense nowadays, if only for distfiles...
|
||||||
USE="lzma zstd"
|
USE="lzma zstd"
|
||||||
|
|
||||||
## make sure toolchain has sane defaults <toolchain@gentoo.org>
|
# make sure toolchain has sane defaults <toolchain@gentoo.org>
|
||||||
# (re-enable after one round of stage rebuilds)
|
USE="${USE} openmp"
|
||||||
#USE="${USE} openmp"
|
|
||||||
|
|
||||||
# bug 831045
|
# bug 831045
|
||||||
USE="${USE} -cli"
|
USE="${USE} -cli"
|
||||||
|
@ -4,7 +4,3 @@
|
|||||||
# Ionen Wolkens <ionen@gentoo.org> (2024-02-28)
|
# Ionen Wolkens <ionen@gentoo.org> (2024-02-28)
|
||||||
# 23.0 profiles have USE="-cli" overriding ebuild's IUSE="+cli" (bug #925520)
|
# 23.0 profiles have USE="-cli" overriding ebuild's IUSE="+cli" (bug #925520)
|
||||||
media-video/mpv cli
|
media-video/mpv cli
|
||||||
|
|
||||||
# temporarily here, until one round of stage rebuilds is done and we can
|
|
||||||
# default-enable it globally again
|
|
||||||
sys-devel/gcc openmp
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2024-03-07)
|
||||||
|
# Required by kde-frameworks/kio:6
|
||||||
|
dev-qt/qtbase libproxy
|
||||||
|
|
||||||
# Alfred Wingate <parona@protonmail.com> (2023-12-25)
|
# Alfred Wingate <parona@protonmail.com> (2023-12-25)
|
||||||
# Prefer X over gbm with REQUIRED_USE: ^^ ( gbm wayland X )
|
# Prefer X over gbm with REQUIRED_USE: ^^ ( gbm wayland X )
|
||||||
>=media-tv/kodi-20.2 X -gbm
|
>=media-tv/kodi-20.2 X -gbm
|
||||||
@ -11,8 +15,8 @@
|
|||||||
app-text/poppler nss boost
|
app-text/poppler nss boost
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-11)
|
# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-11)
|
||||||
# egl, libinput required by kde-frameworks/kwayland
|
# egl, libinput required by kde-plasma/kwayland:5
|
||||||
# accessibility required by kde-plasma/kwin
|
# accessibility required by kde-plasma/kwin:5
|
||||||
dev-qt/qtgui:5 accessibility egl libinput
|
dev-qt/qtgui:5 accessibility egl libinput
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2023-09-22)
|
# Sam James <sam@gentoo.org> (2023-09-22)
|
||||||
|
@ -29,13 +29,13 @@ dev-python/pyside6 webchannel
|
|||||||
# Required by sys-apps/flatpak, a dependency of kde-plasma/discover
|
# Required by sys-apps/flatpak, a dependency of kde-plasma/discover
|
||||||
dev-util/ostree curl
|
dev-util/ostree curl
|
||||||
|
|
||||||
# Required by net-im/neochat:5
|
# Required by <net-im/neochat-23.08.50
|
||||||
dev-qt/qtmultimedia:5 gstreamer
|
dev-qt/qtmultimedia:5 gstreamer
|
||||||
|
|
||||||
# Required by app-editors/okteta
|
# Required by app-editors/okteta:5
|
||||||
dev-qt/qtscript:5 scripttools
|
dev-qt/qtscript:5 scripttools
|
||||||
|
|
||||||
# Required by kde-apps/akonadi
|
# Required by kde-apps/akonadi:5
|
||||||
dev-qt/qtsql:5 mysql
|
dev-qt/qtsql:5 mysql
|
||||||
|
|
||||||
# Required by kde-apps/ktp-text-ui
|
# Required by kde-apps/ktp-text-ui
|
||||||
@ -66,7 +66,7 @@ media-libs/opencv contrib contribdnn
|
|||||||
# Required by net-firewall/firewalld[nftables] (default enabled)
|
# Required by net-firewall/firewalld[nftables] (default enabled)
|
||||||
net-firewall/nftables json python xtables
|
net-firewall/nftables json python xtables
|
||||||
|
|
||||||
# Required by dev-qt/qtwebengine:5
|
# Required by dev-qt/qtwebengine
|
||||||
sys-libs/zlib minizip
|
sys-libs/zlib minizip
|
||||||
|
|
||||||
# Keep existing defaults after dropping IUSE=phonon from make.defaults
|
# Keep existing defaults after dropping IUSE=phonon from make.defaults
|
||||||
|
@ -86,3 +86,6 @@ slotmove kde-apps/kdenetwork-meta 5 0
|
|||||||
slotmove kde-apps/kdepim-meta 5 0
|
slotmove kde-apps/kdepim-meta 5 0
|
||||||
slotmove kde-apps/kdesdk-meta 5 0
|
slotmove kde-apps/kdesdk-meta 5 0
|
||||||
slotmove kde-apps/kdeutils-meta 5 0
|
slotmove kde-apps/kdeutils-meta 5 0
|
||||||
|
move media-libs/oneVPL media-libs/libvpl
|
||||||
|
move sys-auth/AusweisApp2 sys-auth/AusweisApp
|
||||||
|
move sci-libs/scikit-learn dev-python/scikit-learn
|
||||||
|
@ -2,7 +2,6 @@ move acct-group/openldap acct-group/ldap
|
|||||||
move acct-user/openldap acct-user/ldap
|
move acct-user/openldap acct-user/ldap
|
||||||
move x11-apps/copyq x11-misc/copyq
|
move x11-apps/copyq x11-misc/copyq
|
||||||
slotmove media-gfx/gimp 2 0
|
slotmove media-gfx/gimp 2 0
|
||||||
move dev-python/scikit-learn sci-libs/scikit-learn
|
move sci-libs/scikits_learn dev-python/scikit-learn
|
||||||
move sci-libs/scikits_learn sci-libs/scikit-learn
|
|
||||||
move sci-libs/scikits_image dev-python/scikit-image
|
move sci-libs/scikits_image dev-python/scikit-image
|
||||||
move dev-python/httpstat net-misc/httpstat
|
move dev-python/httpstat net-misc/httpstat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user