commit:     7ae72f75f034c16133dfef5b7aca0d5c9af620ef
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 12:21:19 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 12:24:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae72f75

x11-misc/treeline: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/treeline/treeline-2.0.2.ebuild | 2 +-
 x11-misc/treeline/treeline-2.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/treeline/treeline-2.0.2.ebuild 
b/x11-misc/treeline/treeline-2.0.2.ebuild
index fe4447e017f..3dc182a8011 100644
--- a/x11-misc/treeline/treeline-2.0.2.ebuild
+++ b/x11-misc/treeline/treeline-2.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils python-single-r1

diff --git a/x11-misc/treeline/treeline-2.1.1.ebuild 
b/x11-misc/treeline/treeline-2.1.1.ebuild
index 6329f671d1f..98cb61a0bcc 100644
--- a/x11-misc/treeline/treeline-2.1.1.ebuild
+++ b/x11-misc/treeline/treeline-2.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils python-single-r1

Reply via email to