diff options
-rw-r--r-- | dev-libs/distorm64/distorm64-3.3.4.ebuild | 4 |
1 files 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 e171aa1c2a14..bdb8f39dca4b 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 |