commit: 79acb2b4af82fff164d3a87961f2840136630abf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 20:20:26 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 20:20:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=79acb2b4
Fix broken dependency
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 3 ++-
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 6868038..e55bb65 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 150884a..3757dee 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