diff options
author | Rahil Bhimjiani <me@rahil.rocks> | 2024-03-12 01:55:22 +0530 |
---|---|---|
committer | Rahil Bhimjiani <me@rahil.rocks> | 2024-03-12 01:55:22 +0530 |
commit | 3e783c51debc86da3d8187de4c24575576d85f60 (patch) | |
tree | 3c92478bc3924fae0c838de0876a54b8808c4451 /net-irc | |
parent | net-irc/thelounge: use specific python version (diff) | |
download | guru-3e783c51debc86da3d8187de4c24575576d85f60.tar.gz guru-3e783c51debc86da3d8187de4c24575576d85f60.tar.bz2 guru-3e783c51debc86da3d8187de4c24575576d85f60.zip |
net-irc/thelounge/thelounge: fix failing build on python3.12
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/thelounge/thelounge-4.4.1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/thelounge/thelounge-4.4.2_rc1.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.ebuild index 93cca1921..a1d2ccb91 100644 --- a/net-irc/thelounge/thelounge-4.4.1.ebuild +++ b/net-irc/thelounge/thelounge-4.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-single-r1 readme.gentoo-r1 systemd tmpfiles diff --git a/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild b/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild index 588c79dce..e7d1c4861 100644 --- a/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild +++ b/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-single-r1 readme.gentoo-r1 systemd tmpfiles |