From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF701138334 for ; Thu, 19 Jul 2018 11:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B622E09F3; Thu, 19 Jul 2018 11:04:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F016E09F3 for ; Thu, 19 Jul 2018 11:04:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE8F7335CCE for ; Thu, 19 Jul 2018 11:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB4D35F for ; Thu, 19 Jul 2018 11:04:07 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1531998242.cb2784be1a0263fcb9d6773cbbaa289e9a571b0d.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-1.7.1.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: cb2784be1a0263fcb9d6773cbbaa289e9a571b0d X-VCS-Branch: master Date: Thu, 19 Jul 2018 11:04:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37573eef-b48a-4b02-8c9a-aeefb29179c7 X-Archives-Hash: d65015b605b741393664a1abda934f75 commit: cb2784be1a0263fcb9d6773cbbaa289e9a571b0d Author: Louis Sautier gentoo org> AuthorDate: Thu Jul 19 11:03:53 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Thu Jul 19 11:04:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2784be net-irc/znc: add Python 3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-irc/znc/znc-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/znc/znc-1.7.1.ebuild b/net-irc/znc/znc-1.7.1.ebuild index 0b449633796..1de5e05761e 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