From 0595fbb7cd530c397f71d4db06156bab47e1ef7e Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 9 Oct 2016 09:43:07 +0200 Subject: [PATCH] app-crypt/gkeys-gen: Support python 3.5 Package-Manager: portage-2.3.1 --- app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild | 2 +- 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" -- 2.26.2