diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-06-09 21:20:26 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-06-09 21:20:46 +0100 |
commit | 79acb2b4af82fff164d3a87961f2840136630abf (patch) | |
tree | a2721f6b06b4e805ed8f3e57286d0b6037cc7d0b /sci-astronomy | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-79acb2b4af82fff164d3a87961f2840136630abf.tar.gz sci-79acb2b4af82fff164d3a87961f2840136630abf.tar.bz2 sci-79acb2b4af82fff164d3a87961f2840136630abf.zip |
Fix broken dependency
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-astronomy/mosstack/mosstack-0.6.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild index 6868038f9..e55bb65c8 100644 --- a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild +++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python3_3 ) + +PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild index 150884a70..3757dee06 100644 --- a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild +++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python3_3 ) + +PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 |