diff options
author | 2024-04-24 18:54:43 -0400 | |
---|---|---|
committer | 2024-07-30 21:01:43 +0200 | |
commit | 8d38b215ff80697c2812467db41f0c73683f79db (patch) | |
tree | 6a8fb6f8d7490b2a9c0125918b2b371038ab28ec /net-im/toxic | |
parent | net-im/toxic: Removed old version (diff) | |
download | gentoo-8d38b215ff80697c2812467db41f0c73683f79db.tar.gz gentoo-8d38b215ff80697c2812467db41f0c73683f79db.tar.bz2 gentoo-8d38b215ff80697c2812467db41f0c73683f79db.zip |
net-im/toxic: Added python 3.12 to PYTHON_COMPAT
Moved toxic-0.11.3-r1 to toxic-0.11.3-r2 where
the newer version has the updated PYTHON_COMPAT.
Closes: https://bugs.gentoo.org/929699
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/toxic-0.11.3-r2.ebuild (renamed from net-im/toxic/toxic-0.11.3-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/toxic/toxic-0.11.3-r1.ebuild b/net-im/toxic/toxic-0.11.3-r2.ebuild index 729b32f3fcc0..b65d15bbbbc9 100644 --- a/net-im/toxic/toxic-0.11.3-r1.ebuild +++ b/net-im/toxic/toxic-0.11.3-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=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) inherit python-single-r1 xdg |