diff options
author | Sam James <sam@gentoo.org> | 2024-06-06 12:38:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 12:38:51 +0100 |
commit | 70a4e8bcc8800c9bc993566bbd1bc019f11a5d8d (patch) | |
tree | 50d0423b127c5a5f1662ae2332afae1893f456de /net-im | |
parent | mail-filter/zdkimfilter: add 3.20 (diff) | |
download | gentoo-70a4e8bcc8800c9bc993566bbd1bc019f11a5d8d.tar.gz gentoo-70a4e8bcc8800c9bc993566bbd1bc019f11a5d8d.tar.bz2 gentoo-70a4e8bcc8800c9bc993566bbd1bc019f11a5d8d.zip |
net-im/profanity: enable py3.12
Closes: https://bugs.gentoo.org/929696
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/profanity/profanity-0.14.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r2.ebuild index 3df1e94dec4e..35dd499947ef 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi" |