diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:43:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:46:53 +0200 |
commit | 0595fbb7cd530c397f71d4db06156bab47e1ef7e (patch) | |
tree | 68109852807d94ba6e512d5c25e4498709963341 /app-crypt | |
parent | dev-python/pyGPG: Support python 3.5 (diff) | |
download | gentoo-0595fbb7cd530c397f71d4db06156bab47e1ef7e.tar.gz gentoo-0595fbb7cd530c397f71d4db06156bab47e1ef7e.tar.bz2 gentoo-0595fbb7cd530c397f71d4db06156bab47e1ef7e.zip |
app-crypt/gkeys-gen: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gkeys-gen/gkeys-gen-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
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" |