diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:14:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:20:08 +0200 |
commit | 635f5051164e97d070cfdb9e39044217c7e6a701 (patch) | |
tree | 8f4f7e9c3a74d64215efe0a79496abfcfc054479 /dev-libs/distorm64/distorm64-3.3.4.ebuild | |
parent | app-vim/pydiction: Support newer python (diff) | |
download | gentoo-635f5051164e97d070cfdb9e39044217c7e6a701.tar.gz gentoo-635f5051164e97d070cfdb9e39044217c7e6a701.tar.bz2 gentoo-635f5051164e97d070cfdb9e39044217c7e6a701.zip |
dev-libs/distorm64: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/distorm64/distorm64-3.3.4.ebuild')
-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 |