aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-21 22:06:20 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-21 22:06:20 +0200
commite6074ac17b14d6d2baf11ae676d1d65132f2521b (patch)
treeb9bd9c279950db3976c8652a86ba03318c733ce4
parentdev-python/xopen: new package (needed by sci-biology/cutadapt) (diff)
downloadsci-e6074ac17b14d6d2baf11ae676d1d65132f2521b.tar.gz
sci-e6074ac17b14d6d2baf11ae676d1d65132f2521b.tar.bz2
sci-e6074ac17b14d6d2baf11ae676d1d65132f2521b.zip
sci-biology/cutadapt: add recent new dependency
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--sci-biology/cutadapt/cutadapt-1.9.1.ebuild4
-rw-r--r--sci-biology/cutadapt/cutadapt-9999.ebuild4
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}]"