commit: 0e549e829085004ceca12f14b4681d56d67f86f3 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Apr 13 22:28:30 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Apr 13 22:28:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e549e82
gnome-extra/portfolio: enable py3.11, py3.12 Closes: https://bugs.gentoo.org/897616 Signed-off-by: Julien Roy <julien <AT> jroy.ca> gnome-extra/portfolio/portfolio-0.9.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/portfolio/portfolio-0.9.14.ebuild b/gnome-extra/portfolio/portfolio-0.9.14.ebuild index 3f675bc9b4..ddda9e684c 100644 --- a/gnome-extra/portfolio/portfolio-0.9.14.ebuild +++ b/gnome-extra/portfolio/portfolio-0.9.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome2-utils meson python-single-r1 xdg
