projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa87759
)
sci-chemistry/gmxapi: Works with py3.7
author
Alexey Shvetsov
<alexxy@gentoo.org>
Sat, 3 Aug 2019 20:38:00 +0000
(23:38 +0300)
committer
Alexey Shvetsov
<alexxy@gentoo.org>
Sat, 3 Aug 2019 20:38:34 +0000
(23:38 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild
patch
|
blob
|
history
diff --git
a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild
b/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild
index ab2e052e7dd5edab1626024fdfb9adec64ba0c71..f27d423c9d246b0a727a0b6e97275463354244ed 100644
(file)
--- 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