summaryrefslogtreecommitdiff
path: root/sci-libs/bmrblib
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-15 19:29:13 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-15 19:29:13 +0200
commit53756796be5bffbfe003a5db3611ba4a9ccf053a (patch)
tree9305bed5fb3ca408a5354fef208657c632165635 /sci-libs/bmrblib
parent8dc2ab440abee7c0ee2fce938fa3395595452ff9 (diff)
downloadgentoo-53756796be5bffbfe003a5db3611ba4a9ccf053a.tar.gz
gentoo-53756796be5bffbfe003a5db3611ba4a9ccf053a.tar.xz
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.ebuild4
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 d1717ce0d13..0b1e918d577 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