sys-block/blocks: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 15:52:26 +0000 (17:52 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:50 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
sys-block/blocks/blocks-9999.ebuild

index 1f409616fc362ae0f7c11a5d3ace09dadd9d6925..a54686995aa0a4c6719cd28e5f5d4de99b4b61f2 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=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
index 77ab495f2dc37561b6a9ae7552ce4cef66cac414..0010d74c9f1e66eac4644b0502c9a3b6005425e5 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=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1 git-r3