commit: 6266e60d5072292ae8422e136d5524c49e3b39e7 Author: Joshua Kinard <kumba <AT> gentoo <DOT> org> AuthorDate: Mon Jan 17 07:22:01 2022 +0000 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org> CommitDate: Mon Jan 17 07:22:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6266e60d
Mask USE 'doc' on dev-libs/libcbor to avoid texlive deps. Bug: https://bugs.gentoo.org/709752 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org> profiles/arch/mips/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 8877b26f1030..c7d9385e4341 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <[email protected]> (2022-01-17) +# Mask USE 'doc' for dev-libs/libcbor to avoid dragging in +# a massive set of texlive dependencies. This copies m68k. +# See Bug #709752. +dev-libs/libcbor doc + # Marek Szuba <[email protected]> (2021-08-17) # net-wireless/rtl-sdr not keyworded here sys-apps/rng-tools rtlsdr
