diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-08-24 19:37:24 +0200 |
---|---|---|
committer | Filip Kobierski <fkobi@pm.me> | 2024-08-24 19:40:54 +0200 |
commit | 9a274613163a2c86d9a659281c09ba51d1b138fa (patch) | |
tree | da354bcde20f4797e601ac6d250d0266e3f679c3 /net-irc/thelounge | |
parent | app-crypt/keepass-diff: new package, add 1.1.3 (diff) | |
download | guru-9a274613163a2c86d9a659281c09ba51d1b138fa.tar.gz guru-9a274613163a2c86d9a659281c09ba51d1b138fa.tar.bz2 guru-9a274613163a2c86d9a659281c09ba51d1b138fa.zip |
net-irc/thelounge: add python 3.12 support
Closes: https://bugs.gentoo.org/931468
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Diffstat (limited to 'net-irc/thelounge')
-rw-r--r-- | net-irc/thelounge/thelounge-4.4.1-r1.ebuild (renamed from net-irc/thelounge/thelounge-4.4.1.ebuild) | 2 | ||||
-rw-r--r-- | net-irc/thelounge/thelounge-4.4.3-r1.ebuild (renamed from net-irc/thelounge/thelounge-4.4.3.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/thelounge/thelounge-4.4.1.ebuild b/net-irc/thelounge/thelounge-4.4.1-r1.ebuild index d83f68fd9..0d628b872 100644 --- a/net-irc/thelounge/thelounge-4.4.1.ebuild +++ b/net-irc/thelounge/thelounge-4.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 readme.gentoo-r1 systemd tmpfiles diff --git a/net-irc/thelounge/thelounge-4.4.3.ebuild b/net-irc/thelounge/thelounge-4.4.3-r1.ebuild index cee63295e..fb08b1a3e 100644 --- a/net-irc/thelounge/thelounge-4.4.3.ebuild +++ b/net-irc/thelounge/thelounge-4.4.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 readme.gentoo-r1 systemd tmpfiles |