From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 186A2139694 for ; Sun, 21 May 2017 20:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462D2E0D5E; Sun, 21 May 2017 20:06:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B567E0D5E for ; Sun, 21 May 2017 20:06:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B0263416C5 for ; Sun, 21 May 2017 20:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C8BB745F for ; Sun, 21 May 2017 20:06:26 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1495397180.e6074ac17b14d6d2baf11ae676d1d65132f2521b.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/cutadapt/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/cutadapt/cutadapt-1.9.1.ebuild sci-biology/cutadapt/cutadapt-9999.ebuild X-VCS-Directories: sci-biology/cutadapt/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: e6074ac17b14d6d2baf11ae676d1d65132f2521b X-VCS-Branch: master Date: Sun, 21 May 2017 20:06:26 +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: 4fb207f7-6d60-4aad-a909-a8e15122a5f3 X-Archives-Hash: 5ae20d33bf536c6c2287c3e7d6b3c91c commit: e6074ac17b14d6d2baf11ae676d1d65132f2521b Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun May 21 20:06:20 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun May 21 20:06:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e6074ac1 sci-biology/cutadapt: add recent new dependency Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-biology/cutadapt/cutadapt-1.9.1.ebuild | 4 +++- sci-biology/cutadapt/cutadapt-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-biology/cutadapt/cutadapt-1.9.1.ebuild b/sci-biology/cutadapt/cutadapt-1.9.1.ebuild index bd412150b..7570d57b0 100644 --- a/sci-biology/cutadapt/cutadapt-1.9.1.ebuild +++ b/sci-biology/cutadapt/cutadapt-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,3 +15,5 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +DEPEND=">=dev-python/xopen-0.1.1[${PYTHON_USEDEP}]" diff --git a/sci-biology/cutadapt/cutadapt-9999.ebuild b/sci-biology/cutadapt/cutadapt-9999.ebuild index 13fc54d09..4cbcb5a45 100644 --- a/sci-biology/cutadapt/cutadapt-9999.ebuild +++ b/sci-biology/cutadapt/cutadapt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,3 +15,5 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="" + +DEPEND=">=dev-python/xopen-0.1.1[${PYTHON_USEDEP}]"