diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-03 23:38:00 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-03 23:38:34 +0300 |
commit | c6d227cef1a88492700ba80a6f1c77e2e08d02c8 (patch) | |
tree | 9d2fa39e1baca1eb72af3474ec7be5168561afc4 /sci-chemistry | |
parent | app-i18n/unicode-emoji: bump to v12.0 (diff) | |
download | gentoo-c6d227cef1a88492700ba80a6f1c77e2e08d02c8.tar.gz gentoo-c6d227cef1a88492700ba80a6f1c77e2e08d02c8.tar.bz2 gentoo-c6d227cef1a88492700ba80a6f1c77e2e08d02c8.zip |
sci-chemistry/gmxapi: Works with py3.7
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild b/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild index ab2e052e7dd5..f27d423c9d24 100644 --- a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild +++ b/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 MAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit cmake-utils python-r1 |