diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:29:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:29:13 +0200 |
commit | 53756796be5bffbfe003a5db3611ba4a9ccf053a (patch) | |
tree | 9305bed5fb3ca408a5354fef208657c632165635 /sci-libs/bmrblib | |
parent | sci-libs/minfx: Support newer python (diff) | |
download | gentoo-53756796be5bffbfe003a5db3611ba4a9ccf053a.tar.gz gentoo-53756796be5bffbfe003a5db3611ba4a9ccf053a.tar.bz2 gentoo-53756796be5bffbfe003a5db3611ba4a9ccf053a.zip |
sci-libs/bmrblib: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-libs/bmrblib')
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild index d1717ce0d13b..0b1e918d5776 100644 --- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild +++ b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |