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 BB343139694 for ; Sun, 28 May 2017 11:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80EB7E0C7A; Sun, 28 May 2017 11:40:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E087E0C7A for ; Sun, 28 May 2017 11:40:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 262A1340988 for ; Sun, 28 May 2017 11:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D1207449 for ; Sun, 28 May 2017 11:40:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1495971450.b2795345fdc67bdef6fce869cd970d7478280e97.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/varnish/varnish-5.1.2.ebuild X-VCS-Directories: www-servers/varnish/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b2795345fdc67bdef6fce869cd970d7478280e97 X-VCS-Branch: master Date: Sun, 28 May 2017 11:40:28 +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: f8bb1ac7-6d88-4291-8a77-5a47db843085 X-Archives-Hash: b78d0a29521867abfa2927f2ad12e62f commit: b2795345fdc67bdef6fce869cd970d7478280e97 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 28 11:37:30 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 28 11:37:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2795345 www-servers/varnish: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 www-servers/varnish/varnish-5.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/varnish/varnish-5.1.2.ebuild b/www-servers/varnish/varnish-5.1.2.ebuild index 13c2238e88d..e9d0fe5bb05 100644 --- a/www-servers/varnish/varnish-5.1.2.ebuild +++ b/www-servers/varnish/varnish-5.1.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit user autotools eutils systemd python-r1