summaryrefslogtreecommitdiff
path: root/sys-block/blocks
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-29 17:52:26 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-29 18:32:50 +0200
commited28729d40950bec913861a1396e5d32af9e8061 (patch)
treefbdc05d2ad64a3b79fbcb102927d1e4cea5948b2 /sys-block/blocks
parent89852d2391f888636761fb94c253c163c38056d4 (diff)
downloadgentoo-ed28729d40950bec913861a1396e5d32af9e8061.tar.gz
gentoo-ed28729d40950bec913861a1396e5d32af9e8061.tar.xz
sys-block/blocks: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-block/blocks')
-rw-r--r--sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild4
-rw-r--r--sys-block/blocks/blocks-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild b/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
index 1f409616fc3..a54686995aa 100644
--- a/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
+++ b/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
@@ -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
diff --git a/sys-block/blocks/blocks-9999.ebuild b/sys-block/blocks/blocks-9999.ebuild
index 77ab495f2dc..0010d74c9f1 100644
--- a/sys-block/blocks/blocks-9999.ebuild
+++ b/sys-block/blocks/blocks-9999.ebuild
@@ -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