commit: 6586a706829865fdb0af5da6df7aec4200876174 Author: Alexey Sokolov <sokolov <AT> google <DOT> com> AuthorDate: Sun Dec 17 14:01:05 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 21:18:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6586a706
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 <AT> gmail.com> net-irc/znc/znc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index 5358cf63d4e..bfe3e235cf9 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}
