From: Pacho Ramos Date: Sun, 9 Oct 2016 07:43:07 +0000 (+0200) Subject: app-crypt/gkeys-gen: Support python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0595fbb7cd530c397f71d4db06156bab47e1ef7e;p=gentoo.git app-crypt/gkeys-gen: Support python 3.5 Package-Manager: portage-2.3.1 --- diff --git a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild index 924b7be35b8c..d21cf3cffde1 100644 --- a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild +++ b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) inherit distutils-r1 diff --git a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild index 8efca2fe03d0..00028a8a315c 100644 --- a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild +++ b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) EGIT_BRANCH="master" #EGIT_BRANCH="gen-update"