From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AEDDF138CC5 for ; Mon, 4 May 2015 14:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD03AE096F; Mon, 4 May 2015 14:02:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 402DCE096D for ; Mon, 4 May 2015 14:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6000A340ADB for ; Mon, 4 May 2015 14:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5DB9DD for ; Mon, 4 May 2015 14:02:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1430727476.873670a86527262a39f625944c64be11265f7052.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pysam/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pysam/ChangeLog sci-biology/pysam/pysam-0.6-r2.ebuild sci-biology/pysam/pysam-0.7.5.ebuild X-VCS-Directories: sci-biology/pysam/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 873670a86527262a39f625944c64be11265f7052 X-VCS-Branch: master Date: Mon, 4 May 2015 14:02:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3fd5e6c2-7670-4d5d-84ee-312497889fe9 X-Archives-Hash: 788666ea3cf2779b04867df53b39748e commit: 873670a86527262a39f625944c64be11265f7052 Author: Marius Brehler linux sungazer de> AuthorDate: Mon May 4 08:17:56 2015 +0000 Commit: Justin Lecher gentoo 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 pysam-0.7.5.ebuild: + Fix deps + + 04 May 2015; Marius Brehler pysam-0.6-r2.ebuild: + Drop keywords due to broken deps + 02 May 2015; Martin Mokrejs 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"