aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-10-28 16:23:40 +0200
committerJustin Lecher <jlec@gentoo.org>2016-10-28 16:23:40 +0200
commitdaeb2eded741c715ff721e2710a65663ef83621e (patch)
tree62d83c06a837176dd408dcf051587e0c9c7b7871 /sci-mathematics/mdp/mdp-3.3.ebuild
parentUpdate local USE description (diff)
downloadsci-daeb2eded741c715ff721e2710a65663ef83621e.tar.gz
sci-daeb2eded741c715ff721e2710a65663ef83621e.tar.bz2
sci-daeb2eded741c715ff721e2710a65663ef83621e.zip
Bulk fix of obsolete python versions
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/mdp/mdp-3.3.ebuild')
-rw-r--r--sci-mathematics/mdp/mdp-3.3.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild b/sci-mathematics/mdp/mdp-3.3.ebuild
index cf61f5834..36a30a347 100644
--- a/sci-mathematics/mdp/mdp-3.3.ebuild
+++ b/sci-mathematics/mdp/mdp-3.3.ebuild
@@ -2,10 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_COMPAT=( python3_3 )
+PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1
@@ -22,10 +21,11 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="|| (
- >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
- >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
- )"
+RDEPEND="
+ || (
+ >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
+ >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
+)"
S="${WORKDIR}/${MY_P}"