aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:20:31 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:20:31 +0100
commiteca3014fae9e6a22196e2cf57f270b3ad46f591a (patch)
tree4e288a99c44d4c9db1dab9b435ce94ca13f153e6 /sci-biology/hisat2
parentsci-biology/genomeview-bin: bdepend on unzip (diff)
downloadsci-eca3014fae9e6a22196e2cf57f270b3ad46f591a.tar.gz
sci-eca3014fae9e6a22196e2cf57f270b3ad46f591a.tar.bz2
sci-eca3014fae9e6a22196e2cf57f270b3ad46f591a.zip
sci-biology/hisat2: depend on unzip
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/hisat2')
-rw-r--r--sci-biology/hisat2/hisat2-2.2.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-biology/hisat2/hisat2-2.2.1.ebuild b/sci-biology/hisat2/hisat2-2.2.1.ebuild
index 5532d2b71..2b4bd91f5 100644
--- a/sci-biology/hisat2/hisat2-2.2.1.ebuild
+++ b/sci-biology/hisat2/hisat2-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,9 +16,11 @@ SRC_URI="https://cloud.biohpc.swmed.edu/index.php/s/fE9QCsX3NH4QwBi/download ->
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
IUSE="cpu_flags_x86_sse2"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="${PYTHON_DEPS}"
+DEPEND="${PYTHON_DEPS} app-arch/unzip"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-respect_CXXFLAGS.patch )