commit: 1a464266a695a55a890bfa2c1c8d0778cad6689a Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 15:35:49 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 15:35:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a464266
gnome-extra/gnome-integration-spotify: enable py3.12 Closes: https://bugs.gentoo.org/929603 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> .../gnome-integration-spotify-20140907-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild index 847cfe874844..c9bb7026d916 100644 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_9 python3_10 python3_11 python3_12 ) inherit gnome2-utils python-r1
