diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-07-19 13:03:53 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-07-19 13:04:02 +0200 |
commit | cb2784be1a0263fcb9d6773cbbaa289e9a571b0d (patch) | |
tree | cdcbce09bcd5d4aeb3a955b5c53453affba38ca9 /net-irc | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-cb2784be1a0263fcb9d6773cbbaa289e9a571b0d.tar.gz gentoo-cb2784be1a0263fcb9d6773cbbaa289e9a571b0d.tar.bz2 gentoo-cb2784be1a0263fcb9d6773cbbaa289e9a571b0d.zip |
net-irc/znc: add Python 3.7
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/znc/znc-1.7.1.ebuild b/net-irc/znc/znc-1.7.1.ebuild index 0b449633796b..1de5e05761e8 100644 --- a/net-irc/znc/znc-1.7.1.ebuild +++ b/net-irc/znc/znc-1.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user |