dev-python/pyelftools: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Mon, 22 May 2017 15:46:44 +0000 (17:46 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 22 May 2017 15:46:44 +0000 (17:46 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/pyelftools/pyelftools-0.24.ebuild

index e551db1e10fb544e0b5f6c26afcfb81eb80c8890..57e50c5881177a0a078cdddf6649482baafe2784 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"