commit: aef756c4c332d4706ffeb00ae9171a8fc06478fe Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Jun 9 21:07:52 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jun 10 06:40:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef756c4
profiles: move dev-python/bracex[doc] mask to wd40 for relevant arches Should be masked due to rust deps on wd40 arches. Large dep tree concern is only relevant for non-wd40 arches. This takes care of wd40 arches stuck in exp hell (alpha). Bug: https://bugs.gentoo.org/882593 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 4 ---- profiles/arch/ia64/package.use.mask | 4 ---- profiles/features/wd40/package.use.mask | 4 ++++ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 12b5176c0759..339e73008f4f 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -49,10 +49,6 @@ dev-python/nbval doc # Unkeyworded dependencies dev-util/diffoscope opendocument pascal pdf R -# Florian Schmaus <[email protected]> (2022-11-23) -# avoid larger deptree, bug #882593 -dev-python/bracex doc - # Conrad Kostecki <[email protected]> (2022-11-01) # Mask tests, as not all needed deps are available on this arch. # See #878933 for progress. diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index fa01a4f95691..e5401b0ecb9a 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -30,10 +30,6 @@ dev-python/nbval doc # Unkeyworded dependencies dev-util/diffoscope opendocument pascal pdf R -# Florian Schmaus <[email protected]> (2022-11-23) -# avoid larger deptree, bug #882593 -dev-python/bracex doc - # matoro <[email protected]> (2022-09-30) # No ruby on ia64 for dev-ruby/asciidoctor net-misc/chrony html diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index ba29aa68bb37..a6e21e96de2b 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <[email protected]> (2023-06-09) +# Deps on several mkdocs plugins (#882593) +dev-python/bracex doc + # Matt Turner <[email protected]> (2023-05-12) # The Rusticl OpenCL state tracker requires rust >=media-libs/mesa-23.1 opencl
