commit: 577a9a0b094cc168e0f8cdde4606e661daf5e8e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 03:38:24 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 03:39:39 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a9a0b
dev-python/pallets-sphinx-themes: Disallow sphinx-9.0* Closes: https://bugs.gentoo.org/969907 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> ...x-themes-2.3.0.ebuild => pallets-sphinx-themes-2.3.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.3.0.ebuild b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.3.0-r1.ebuild similarity index 82% rename from dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.3.0.ebuild rename to dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.3.0-r1.ebuild index 32ab283297fb..2bdc70bc3c3f 100644 --- a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.3.0.ebuild +++ b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,9 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc RDEPEND=" dev-python/jinja2[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/sphinx-3[${PYTHON_USEDEP}] + || ( + >=dev-python/sphinx-9.1[${PYTHON_USEDEP}] + <dev-python/sphinx-9[${PYTHON_USEDEP}] + ) dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] "
