summaryrefslogtreecommitdiff
path: root/app-crypt/gkeys-gen
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 09:43:07 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 09:46:53 +0200
commit0595fbb7cd530c397f71d4db06156bab47e1ef7e (patch)
tree68109852807d94ba6e512d5c25e4498709963341 /app-crypt/gkeys-gen
parent3dc2c6139bb362755d60946e5f661a97008dd995 (diff)
downloadgentoo-0595fbb7cd530c397f71d4db06156bab47e1ef7e.tar.gz
gentoo-0595fbb7cd530c397f71d4db06156bab47e1ef7e.tar.xz
app-crypt/gkeys-gen: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-crypt/gkeys-gen')
-rw-r--r--app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild2
-rw-r--r--app-crypt/gkeys-gen/gkeys-gen-9999.ebuild4
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 924b7be35b8..d21cf3cffde 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 8efca2fe03d..00028a8a315 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"