commit: 576445046f5ea458cdc48be6f22b38b08e3a80d5
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Jul 15 14:23:15 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Jul 15 14:23:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=57644504
sci-biology/stampy: does not work with python-3.4 at least, works with 2.7
Package-Manager: portage-2.2.28
sci-biology/stampy/stampy-1.0.28.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-biology/stampy/stampy-1.0.28.ebuild
b/sci-biology/stampy/stampy-1.0.28.ebuild
index c820e6a..9dbf6de 100644
--- a/sci-biology/stampy/stampy-1.0.28.ebuild
+++ b/sci-biology/stampy/stampy-1.0.28.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=6
+EAPI=5
+PYTHON_COMPAT=( python{2_7} )
inherit toolchain-funcs
@@ -20,6 +21,7 @@ RESTRICT="fetch"
DEPEND=""
RDEPEND="${DEPEND}"
+# FIXME: the makefile calls python but fails if that is under python-3.4, 2.7
works
src_install(){
dobin *.py
local dest=/usr/$(get_libdir) # FIXME: still not correct