aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-09-14 14:05:32 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-09-14 14:14:29 -0500
commit8b21e485bb8ac1e391e675d62e90ada732ac2fed (patch)
treee08418cbfa61a17891a06506720dfa4e01cdab48 /sci-mathematics
parentsci-mathematics/dolfin: fix patch name (diff)
downloadsci-8b21e485bb8ac1e391e675d62e90ada732ac2fed.tar.gz
sci-8b21e485bb8ac1e391e675d62e90ada732ac2fed.tar.bz2
sci-8b21e485bb8ac1e391e675d62e90ada732ac2fed.zip
sci-mathematics/dolfin and reverse deps: fix PYTHON_COMPAT
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/dolfin/dolfin-2017.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
index 5bf0d0a24..64e736315 100644
--- a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
+++ b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
inherit cmake-utils eutils python-single-r1