From: Andreas Sturmlechner Date: Mon, 19 Dec 2016 20:52:32 +0000 (+0100) Subject: app-crypt/gpgme: Add python3_5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b173c752db109513ef6bf6eca31c0d9199b8da8;p=gentoo.git app-crypt/gpgme: Add python3_5 support Package-Manager: portage-2.3.0 Signed-off-by: Johannes Huber --- diff --git a/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild b/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild index 60880a32f309..ef141d5de8d8 100644 --- a/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI="6" -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils qmake-utils