commit:     b6abde02de25a8a9e6e68c848639a5d835802a2e
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 16:50:01 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> 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"

Reply via email to