diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-18 11:06:49 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-18 11:06:49 +0000 |
commit | ab3da91fb6c91a9df52fff8f991570f456fd3c7a (patch) | |
tree | e8f3bfa2c6c3d20ec3b9c352c839e23949068b6b /profiles/arch | |
parent | 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (diff) |
gentoo resync : 18.12.2020
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/hppa/package.use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/riscv/rv32imac/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/riscv/rv32imac/use.mask | 3 | ||||
-rw-r--r-- | profiles/arch/riscv/use.force | 4 |
6 files changed, 17 insertions, 5 deletions
diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index c6604dc698f3..867b10b32718 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Rolf Eike Beer <eike@sf-mail.de> (2020-12-14) +# noone actually tests it on real hardware anymore +x11-base/xorg-server xorg + # Rolf Eike Beer <eike@sf-mail.de> (2020-12-11) # not all needed sphinx modules are stable on hppa. dev-python/aiohttp doc diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index 21eb2c9e1837..cc8cbed6dd30 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Matt Turner <mattst88@gentoo.org> (2020-12-14) +# dev-lang/php is not stable for hppa +php + # Rolf Eike Beer <eike@sf-mail.de> (2020-04-14) # media-libs/gstreamer is not stable for hppa gstreamer diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 73cf92df7de2..35091c29de08 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -107,7 +107,7 @@ dev-util/pkgconf test dev-util/strace unwind dev-vcs/git cvs highlight gnome-keyring subversion tk xinetd dev-vcs/mercurial tk rust zsh-completion -media-libs/freetype harfbuzz png +media-libs/freetype harfbuzz media-libs/harfbuzz doc sys-libs/libomp hwloc sys-libs/libcxx libcxxabi libunwind static-libs diff --git a/profiles/arch/riscv/rv32imac/package.mask b/profiles/arch/riscv/rv32imac/package.mask new file mode 100644 index 000000000000..fae8be793357 --- /dev/null +++ b/profiles/arch/riscv/rv32imac/package.mask @@ -0,0 +1,5 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# sys-libs/libseccomp has not been ported to rv32 yet +sys-libs/libseccomp diff --git a/profiles/arch/riscv/rv32imac/use.mask b/profiles/arch/riscv/rv32imac/use.mask index 9de5ab734497..9779cbad81b5 100644 --- a/profiles/arch/riscv/rv32imac/use.mask +++ b/profiles/arch/riscv/rv32imac/use.mask @@ -1,2 +1,5 @@ # Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# sys-libs/libseccomp has not been ported to rv32 yet +seccomp diff --git a/profiles/arch/riscv/use.force b/profiles/arch/riscv/use.force index d97bd1215470..5e5e335685cb 100644 --- a/profiles/arch/riscv/use.force +++ b/profiles/arch/riscv/use.force @@ -3,7 +3,3 @@ # Force the flag which corresponds to ARCH. riscv - -# Right now we have only one Python available, so we must use it -python_targets_python3_7 -python_single_target_python3_7 |