commit: 8d38b215ff80697c2812467db41f0c73683f79db Author: Josiah Mullins <JoMull01 <AT> protonmail <DOT> com> AuthorDate: Wed Apr 24 22:54:43 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 19:01:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d38b215
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 <AT> protonmail.com> Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-im/toxic/{toxic-0.11.3-r1.ebuild => toxic-0.11.3-r2.ebuild} | 4 ++-- 1 file 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 similarity index 97% rename from net-im/toxic/toxic-0.11.3-r1.ebuild rename to 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
