From: Pacho Ramos Date: Mon, 29 May 2017 12:34:43 +0000 (+0200) Subject: dev-python/keepassx: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=970743a3cbef97786c1aa8284145d2b1d6b284d6;p=gentoo.git dev-python/keepassx: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/keepassx/keepassx-0.1.0-r1.ebuild b/dev-python/keepassx/keepassx-0.1.0-r1.ebuild index 45aac1922c12..21e951ccb28e 100644 --- a/dev-python/keepassx/keepassx-0.1.0-r1.ebuild +++ b/dev-python/keepassx/keepassx-0.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1