From: Pacho Ramos Date: Mon, 29 May 2017 15:52:26 +0000 (+0200) Subject: sys-block/blocks: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ed28729d40950bec913861a1396e5d32af9e8061;p=gentoo.git sys-block/blocks: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- 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 1f409616fc36..a54686995aa0 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 77ab495f2dc3..0010d74c9f1e 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