commit: eca3014fae9e6a22196e2cf57f270b3ad46f591a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 16:20:31 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 16:20:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eca3014f
sci-biology/hisat2: depend on unzip Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/hisat2/hisat2-2.2.1.ebuild | 6 ++++-- 1 file 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 )
