diff options
author | Louis Sautier <sbraz@gentoo.org> | 2022-08-07 17:55:20 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2022-08-07 18:00:12 +0200 |
commit | b820f2afc2b1fb551ea4443569ad123c0a1cbec6 (patch) | |
tree | bbaaf550baf23a01ae558491b5a51a8bc227ef75 /net-irc | |
parent | net-irc/znc: fix build with -Werror=odr, add py3.11, EAPI 8 (diff) | |
download | gentoo-b820f2afc2b1fb551ea4443569ad123c0a1cbec6.tar.gz gentoo-b820f2afc2b1fb551ea4443569ad123c0a1cbec6.tar.bz2 gentoo-b820f2afc2b1fb551ea4443569ad123c0a1cbec6.zip |
net-irc/znc: update EAPI 7 -> 8, add Python 3.11
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index 018091f6423e..fc85afa7b5a1 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-single-r1 readme.gentoo-r1 systemd |