diff options
author | 2023-02-27 00:22:50 +0000 | |
---|---|---|
committer | 2023-02-27 00:23:47 +0000 | |
commit | 3e121ac8c60fc61e881740331a5390d0b675afc8 (patch) | |
tree | 3892bb38bf709845e7ea176e4f7f48cb5815915f /app-misc/gramps | |
parent | dev-python/pkgcraft: require cython-3 in 9999 (diff) | |
download | gentoo-3e121ac8c60fc61e881740331a5390d0b675afc8.tar.gz gentoo-3e121ac8c60fc61e881740331a5390d0b675afc8.tar.bz2 gentoo-3e121ac8c60fc61e881740331a5390d0b675afc8.zip |
app-misc/gramps: enable py3.11
Closes: https://bugs.gentoo.org/896576
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-misc/gramps')
-rw-r--r-- | app-misc/gramps/gramps-5.1.5.ebuild | 4 |
1 files 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 ) |