dev-db/pgxnclient: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 15:36:59 +0000 (17:36 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 15:49:11 +0000 (17:49 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-db/pgxnclient/pgxnclient-1.2.1.ebuild

index f4bb28fabb6107543343a310b53b4706b55b2b15..1abdafe1a352b9a5193bac6338bc343de7bb0258 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1