diff options
author | 2024-07-29 12:50:50 +0200 | |
---|---|---|
committer | 2024-07-29 12:50:50 +0200 | |
commit | da3f7d3dced4de4511513a1d50673173828390cf (patch) | |
tree | 18456bd45b97271c01cf0a2ccaf6d957dd9aed47 /dev-db/sqlitestudio | |
parent | dev-lang/qu-prolog: Support python 3.12 (diff) | |
download | gentoo-da3f7d3dced4de4511513a1d50673173828390cf.tar.gz gentoo-da3f7d3dced4de4511513a1d50673173828390cf.tar.bz2 gentoo-da3f7d3dced4de4511513a1d50673173828390cf.zip |
dev-db/sqlitestudio: enable py3.12
Closes: https://bugs.gentoo.org/929389
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-db/sqlitestudio')
-rw-r--r-- | dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild | 4 |
1 files 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 |