commit: da3f7d3dced4de4511513a1d50673173828390cf Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Jul 29 10:50:50 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 10:50:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3f7d3d
dev-db/sqlitestudio: enable py3.12 Closes: https://bugs.gentoo.org/929389 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild b/dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild index 27fdbf0612c4..8d42774fa22e 100644 --- a/dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild +++ b/dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PLOCALES="af_ZA ar_SA ca_ES cs_CZ da_DK de_DE el_GR en_US es_ES fa_IR fi_FI fr_FR he_IL hu_HU it_IT ja_JP kaa ko_KR nl_NL no_NO pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_SP sv_SE tr_TR uk_UA vi_VN zh_CN zh_TW" # ScriptingPython says exactly 3.9 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit desktop plocale python-single-r1 qmake-utils xdg
