commit:     635f5051164e97d070cfdb9e39044217c7e6a701
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:14:07 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:20:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635f5051

dev-libs/distorm64: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/distorm64/distorm64-3.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/distorm64/distorm64-3.3.4.ebuild 
b/dev-libs/distorm64/distorm64-3.3.4.ebuild
index e171aa1c2a1..bdb8f39dca4 100644
--- a/dev-libs/distorm64/distorm64-3.3.4.ebuild
+++ b/dev-libs/distorm64/distorm64-3.3.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 # does not work with python3_4 as-is
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

Reply via email to