commit:     873670a86527262a39f625944c64be11265f7052
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon May  4 08:17:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May  4 08:17:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=873670a8

Drop keywords; Fix deps

Package-Manager: portage-2.2.18

 sci-biology/pysam/ChangeLog           | 6 ++++++
 sci-biology/pysam/pysam-0.6-r2.ebuild | 2 +-
 sci-biology/pysam/pysam-0.7.5.ebuild  | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-biology/pysam/ChangeLog b/sci-biology/pysam/ChangeLog
index 2fbcbbc..e48ec44 100644
--- a/sci-biology/pysam/ChangeLog
+++ b/sci-biology/pysam/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 May 2015; Marius Brehler <[email protected]> pysam-0.7.5.ebuild:
+  Fix deps
+
+  04 May 2015; Marius Brehler <[email protected]> pysam-0.6-r2.ebuild:
+  Drop keywords due to broken deps
+
   02 May 2015; Martin Mokrejs <[email protected]>
   pysam-0.6-r2.ebuild, pysam-0.7.5.ebuild:
   added PYTHON_USEDEP

diff --git a/sci-biology/pysam/pysam-0.6-r2.ebuild 
b/sci-biology/pysam/pysam-0.6-r2.ebuild
index 5225a62..ee86039 100644
--- a/sci-biology/pysam/pysam-0.6-r2.ebuild
+++ b/sci-biology/pysam/pysam-0.6-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/sci-biology/pysam/pysam-0.7.5.ebuild 
b/sci-biology/pysam/pysam-0.7.5.ebuild
index 42e24ca..c516382 100644
--- a/sci-biology/pysam/pysam-0.7.5.ebuild
+++ b/sci-biology/pysam/pysam-0.7.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4})
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       <=sci-biology/samtools-0.1.19[${PYTHON_USEDEP}]"
+       <=sci-biology/samtools-0.1.19-r2[${PYTHON_USEDEP}]"
 
 python_compile() {
        python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"

Reply via email to