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 49E3A139694 for ; Sat, 4 Mar 2017 16:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AACCE0BD4; Sat, 4 Mar 2017 16:51:05 +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 542AFE0BD4 for ; Sat, 4 Mar 2017 16:51:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D0FF34172F for ; Sat, 4 Mar 2017 16:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8E545C47 for ; Sat, 4 Mar 2017 16:51:02 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1488646212.b6abde02de25a8a9e6e68c848639a5d835802a2e.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-crypt/wile/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-crypt/wile/wile-0.3.1.ebuild X-VCS-Directories: app-crypt/wile/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b6abde02de25a8a9e6e68c848639a5d835802a2e X-VCS-Branch: master Date: Sat, 4 Mar 2017 16:51:02 +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: 91c7d762-8dc8-4540-8ba0-f61ebefaba83 X-Archives-Hash: 443693cbf3e12cc67554c224b431e2f0 commit: b6abde02de25a8a9e6e68c848639a5d835802a2e Author: Sebastian Pipping gentoo org> AuthorDate: Sat Mar 4 16:50:01 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 4 16:50:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=b6abde02 app-crypt/wile: Limit to Python 2.7 https://github.com/costela/wile/issues/16 app-crypt/wile/wile-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/wile/wile-0.3.1.ebuild b/app-crypt/wile/wile-0.3.1.ebuild index 1381370..e70d9a3 100644 --- a/app-crypt/wile/wile-0.3.1.ebuild +++ b/app-crypt/wile/wile-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Stripped down letsencrypt (ACME) client"