summaryrefslogtreecommitdiff
path: root/profiles/arch/base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /profiles/arch/base
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'profiles/arch/base')
-rw-r--r--profiles/arch/base/package.use.mask15
-rw-r--r--profiles/arch/base/use.mask2
2 files changed, 10 insertions, 7 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index cf91d327fb79..dac55926b80b 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2020-07-03)
+# Rust is only available on some arches
+# Bug #728558
+media-video/ffmpeg rav1e
+
# Robin H. Johnson <robbat2@gentoo.org> (2020-07-02)
# Mask io-uring & zbc pending keywording
sys-block/fio io-uring zbc
@@ -12,6 +17,10 @@ sys-block/fio io-uring zbc
# - the others only work on x86 due to lack of PCI-port I/O support.
sys-apps/flashrom atahpt atapromise internal nic3com nicnatsemi nicrealtek rayer-spi satamv tools
+# Mikle Kolyada <zlogene@gentoo.org> (2020-06-08)
+# requires clisp whichis keyworded on fewer arches
+app-text/texlive-core xindy
+
# Thomas Deutschmann <whissi@gentoo.org> (2020-04-30)
# Dependency is only keyworded on amd64 and x86
app-metrics/collectd collectd_plugins_slurm
@@ -52,9 +61,7 @@ sys-firmware/seabios debug
# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-08-28)
# upstream tarballs for tier-2 arches do not ship docs
-# and starting with 1.37 no longer ship extra tools
dev-lang/rust-bin doc
->=dev-lang/rust-bin-1.37 clippy rustfmt
# Craig Andrews <candrews@gentoo.org> (2019-07-03)
# Raspberry Pi support is only available on arm.
@@ -131,10 +138,6 @@ app-admin/rsyslog mdblookup
# https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html
dev-lang/ocaml spacetime
-# Alexis Ballier <aballier@gentoo.org> (2017-01-31)
-# nvenc requires nvidia drivers, apply same mask logic
-media-video/ffmpeg nvenc
-
# Thomas Deutschmann <whissi@gentoo.org> (2017-01-30)
# media-libs/raspberrypi-userland not keyworded
media-video/motion mmal
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index 9cc7516fc795..5a6c92e34bc5 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -68,7 +68,6 @@ cpu_flags_x86_xop
# ppc arch specific USE flags
altivec
ppcsha1
-power8
# mips arch specific USE flags
fixed-point
@@ -142,6 +141,7 @@ video_cards_lima
video_cards_omap
video_cards_panfrost
video_cards_tegra
+video_cards_v3d
video_cards_vc4
# James Le Cuirot <chewi@gentoo.org>