commit: bfb50c06b06454a66efbf28378a16f44c9cfa82f Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Sep 5 04:39:57 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Sep 5 04:46:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb50c06
dev-python/anyio: add missing docs build dep It was newly added in the latest upstream release. Bug: https://bugs.gentoo.org/962263 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-python/anyio/anyio-4.10.0.ebuild | 3 ++- profiles/arch/loong/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-python/anyio/anyio-4.10.0.ebuild b/dev-python/anyio/anyio-4.10.0.ebuild index 72f6d56a5a7b..9568431c3496 100644 --- a/dev-python/anyio/anyio-4.10.0.ebuild +++ b/dev-python/anyio/anyio-4.10.0.ebuild @@ -51,7 +51,8 @@ distutils_enable_tests pytest distutils_enable_sphinx docs \ '>=dev-python/sphinx-rtd-theme-1.2.2' \ dev-python/sphinxcontrib-jquery \ - dev-python/sphinx-autodoc-typehints + dev-python/sphinx-autodoc-typehints \ + dev-python/sphinx-tabs python_test() { local EPYTEST_DESELECT=( diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index ac93cb16250d..cb10afaf551d 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eli Schwartz <[email protected]> (2025-09-05) +# dev-python/sphinx-tabs is not keyworded. +dev-python/anyio doc + # Mike Gilbert <[email protected]> (2025-06-18) # media-libs/libsdl3 is missing keywords. >=net-misc/freerdp-3.16.0 sdl diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index bb30c5fc7110..8fdc3550b96e 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eli Schwartz <[email protected]> (2025-09-05) +# dev-python/sphinx-tabs is not keyworded. +dev-python/anyio doc + # Andreas Sturmlechner <[email protected]> (2025-08-29) # dev-perl/Template-GD is not keyworded here. Bug #661634 dev-perl/Template-Toolkit gd
