dev-python/dbus-python: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 20:38:20 +0000 (12:38 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 20:38:20 +0000 (12:38 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild
dev-python/dbus-python/dbus-python-1.2.4.ebuild

index 7227a0d77b0bd308e3c101c1189eb0e3da0438fc..4022908f9d8fd32b3b40e9ec4abc2725475c35e6 100644 (file)
@@ -1,9 +1,9 @@
-# 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=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit autotools eutils python-r1
index 8643092eb3ca77aa75ca842853d38f171d66eaba..fa056953e1ab9e38725d10dbe8da7a282f7c8cb3 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit autotools eutils python-r1