From: Pacho Ramos Date: Sun, 9 Oct 2016 07:42:39 +0000 (+0200) Subject: dev-python/pyGPG: Support python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3dc2c6139bb362755d60946e5f661a97008dd995;p=gentoo.git dev-python/pyGPG: Support python 3.5 Package-Manager: portage-2.3.1 --- diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild index 1554e4d2eb08..b8d5450e6c8f 100644 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ b/dev-python/pyGPG/pyGPG-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"