commit: 3e121ac8c60fc61e881740331a5390d0b675afc8 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 00:22:50 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 00:23:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e121ac8
app-misc/gramps: enable py3.11 Closes: https://bugs.gentoo.org/896576 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-misc/gramps/gramps-5.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/gramps/gramps-5.1.5.ebuild b/app-misc/gramps/gramps-5.1.5.ebuild index 754be0d90f2f..a640777bf942 100644 --- a/app-misc/gramps/gramps-5.1.5.ebuild +++ b/app-misc/gramps/gramps-5.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no @@ -36,7 +36,7 @@ RDEPEND=" x11-misc/xdg-utils berkdb? ( $(python_gen_cond_dep ' dev-python/bsddb3[${PYTHON_USEDEP}] - ' python3_{8,9}) ) + ' python3_9) ) geo? ( >=sci-geosciences/osm-gps-map-1.1.0 ) spell? ( app-text/gtkspell:3[introspection] ) rcs? ( dev-vcs/rcs )
