diff options
author | Alexey Sokolov <sokolov@google.com> | 2017-12-17 14:01:05 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-17 22:18:28 +0100 |
commit | 6586a706829865fdb0af5da6df7aec4200876174 (patch) | |
tree | fcc681dd9a3f4fec1d265089db5fc2a5b357aca2 /net-irc/znc | |
parent | net-irc/znc: Add German locale (diff) | |
download | gentoo-6586a706829865fdb0af5da6df7aec4200876174.tar.gz gentoo-6586a706829865fdb0af5da6df7aec4200876174.tar.bz2 gentoo-6586a706829865fdb0af5da6df7aec4200876174.zip |
net-irc/znc: Update 9999 to have zlib slotted, and support python 3.6
Closes: https://github.com/gentoo/gentoo/pull/6569
Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
Diffstat (limited to 'net-irc/znc')
-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 5358cf63d4ee..bfe3e235cf9a 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) PLOCALES="de ru" inherit cmake-utils l10n python-single-r1 readme.gentoo-r1 systemd user @@ -42,7 +42,7 @@ RDEPEND=" libressl? ( dev-libs/libressl:0= ) ) tcl? ( dev-lang/tcl:0= ) - zlib? ( sys-libs/zlib ) + zlib? ( sys-libs/zlib:0= ) " DEPEND=" ${RDEPEND} |