diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:15:29 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:20:09 +0200 |
commit | c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3 (patch) | |
tree | c2b529f4796dfad91d9e171e072f85c2e0360dff | |
parent | dev-libs/distorm64: Support newer python (diff) | |
download | gentoo-c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3.tar.gz gentoo-c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3.tar.bz2 gentoo-c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3.zip |
dev-libs/stfl: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-libs/stfl/stfl-0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild index d768aac0714b..c23d831e7223 100644 --- a/dev-libs/stfl/stfl-0.24.ebuild +++ b/dev-libs/stfl/stfl-0.24.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) GENTOO_DEPEND_ON_PERL=no inherit eutils multilib perl-module python-r1 toolchain-funcs |